Skip to content

Commit

Permalink
Release 4.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-maxime-liege committed Aug 13, 2020
1 parent a7c0fc0 commit 9a2ab17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
### v4.7.2
### v4.7.6
_2020-08-07_
- Fixing internal issues with TCFv2 handling

### v4.7.5
_2020-07-22_
- New mediation resize feature for adapters
- Updating internal dependencies version
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.5@aar") {
implementation("tv.teads.sdk.android:sdk:4.7.6@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 = 76
libraryVersion = "4.7.5"
libraryVersionCode = 77
libraryVersion = "4.7.6"

//Global configurations
projectBuildToolsVersion = '28.0.3'
Expand Down

0 comments on commit 9a2ab17

Please sign in to comment.