Skip to content

Commit

Permalink
Update to Teads SDK 4.5.1 (#150)
Browse files Browse the repository at this point in the history
Update to Teads SDK 4.5.1
  • Loading branch information
github-benjamin-volland authored Jan 21, 2020
2 parents f9b2dd2 + 31c792a commit c891cdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

### v4.5.1
_2020-01-21_
- Fix nullpointer on `SlotBoundsPlugin` class and minors improvements

### v4.5.0
_2020-01-03_
- Support US Privacy String (CCPA) [IAB documentation](https://iabtechlab.com/wp-content/uploads/2019/11/U.S.-Privacy-String-v1.0-IAB-Tech-Lab.pdf)
- Fix and Improvements


### 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/)
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.5.0@aar") {
implementation("tv.teads.sdk.android:sdk:4.5.1@aar") {
transitive = true
}
}
Expand Down
4 changes: 2 additions & 2 deletions TeadsSDKDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ allprojects {
ext {
// Libraries
groupId = "tv.teads.sdk.android"
libraryVersionCode = 69
libraryVersion = "4.5.0"
libraryVersionCode = 70
libraryVersion = "4.5.1"

//Global configurations
projectBuildToolsVersion = '28.0.3'
Expand Down

0 comments on commit c891cdb

Please sign in to comment.