Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-maxime-liege committed Nov 18, 2020
1 parent 16d46e9 commit ae24722
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### v4.8.0
_2020-11-18_
- ValidationTool: validate resize implementation (direct and mediation)
- New AdSettings serialization/deserialization method (jsonEncoded)
- Latest OM SDK version
- Some creatives were starting with sound (FIXED)
- Double intents called from the internal browser were not called (FIXED)

### v4.7.8
_2020-09-22_
- Fix resize for VPAID ad
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.7.8@aar") {
implementation("tv.teads.sdk.android:sdk:4.8.0@aar") {
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion TeadsSDKDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
transitive = true
}
// Teads Admob Adapter
implementation("tv.teads.sdk.android:adapterhelper:$libraryVersion@aar")
implementation("tv.teads.sdk.android:adapterhelper:$helperLibraryVersion@aar")
implementation "tv.teads.sdk.android:admobadapter:$libraryVersion"
implementation "tv.teads.sdk.android:mopubadapter:$libraryVersion"
implementation('com.mopub:mopub-sdk:5.8.0@aar') {
Expand Down
3 changes: 2 additions & 1 deletion TeadsSDKDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ allprojects {
// Libraries
groupId = "tv.teads.sdk.android"
libraryVersionCode = 78
libraryVersion = "4.7.8"
libraryVersion = "4.8.0"
helperLibraryVersion = "4.7.8"

//Global configurations
projectBuildToolsVersion = '29.0.2'
Expand Down

0 comments on commit ae24722

Please sign in to comment.