Skip to content

Commit

Permalink
Update Teads SDK to 4.8.1 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-benjamin-volland authored Dec 3, 2020
1 parent ae24722 commit e97707b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.8.1
_2020-12-02_
- Prevent null pointer on vpaid plugin

### v4.8.0
_2020-11-18_
- ValidationTool: validate resize implementation (direct and mediation)
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.8.0@aar") {
implementation("tv.teads.sdk.android:sdk:4.8.1@aar") {
transitive = true
}
}
Expand Down
1 change: 1 addition & 0 deletions TeadsSDKDemo/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = 78
libraryVersion = "4.8.0"
libraryVersionCode = 79
libraryVersion = "4.8.1"
helperLibraryVersion = "4.7.8"

//Global configurations
Expand Down

0 comments on commit e97707b

Please sign in to comment.