Skip to content

Commit

Permalink
Release 4.7.8 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-benjamin-volland authored Sep 22, 2020
1 parent 291bb38 commit 0b8edaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog

### v4.7.8
_2020-09-22_
- Fix resize for VPAID ad
- Enable third partie cookies above LOLLIPOP on Teads webview


### v4.7.6
_2020-08-07_
- Fixing internal issues with TCFv2 handling
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.6@aar") {
implementation("tv.teads.sdk.android:sdk:4.7.8@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 = 77
libraryVersion = "4.7.6"
libraryVersionCode = 78
libraryVersion = "4.7.8"

//Global configurations
projectBuildToolsVersion = '29.0.2'
Expand Down

0 comments on commit 0b8edaa

Please sign in to comment.