Skip to content

Commit

Permalink
Update Teads SDK to 4.4.0 (#148)
Browse files Browse the repository at this point in the history
Update Teads SDK to 4.4.0
  • Loading branch information
github-benjamin-volland authored Nov 18, 2019
2 parents f72c8f2 + 2a97510 commit fde5374
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v4.4.0
_2019-11-18_
- Support Open measurement 1.2.20 to manage third-party visibility for display and video creative. [IAB documentation](https://iabtechlab.com/standards/open-measurement-sdk/)

### v4.3.4
_2019-11-04_
- Fix and minors improvements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories{
}
}
dependencies {
implementation("tv.teads.sdk.android:sdk:4.3.4@aar") {
implementation("tv.teads.sdk.android:sdk:4.4.0@aar") {
transitive = true
}
}
Expand Down
6 changes: 3 additions & 3 deletions TeadsSDKDemo/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.41'
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
Expand All @@ -19,8 +19,8 @@ allprojects {
ext {
// Libraries
groupId = "tv.teads.sdk.android"
libraryVersionCode = 67
libraryVersion = "4.3.4"
libraryVersionCode = 68
libraryVersion = "4.4.0"

//Global configurations
projectBuildToolsVersion = '28.0.3'
Expand Down

0 comments on commit fde5374

Please sign in to comment.