Skip to content

Commit

Permalink
Update Teads SDK to 2.5.6 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse authored Jan 16, 2018
1 parent 3279688 commit f5bf8c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
v2.5.6
- bug fix and improvements

v2.5.5
- bug fix and improvements

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories{
}
}
dependencies {
compile ('tv.teads.sdk:androidsdk:2.5.5:fullRelease@aar') {
compile ('tv.teads.sdk:androidsdk:2.5.6:fullRelease@aar') {
transitive = true;
}
}
Expand Down
6 changes: 3 additions & 3 deletions TeadsSDKDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "tv.teads.teadssdkdemo"
minSdkVersion 16
targetSdkVersion 25
versionCode 102
versionName "2.5.5"
versionCode 103
versionName "2.5.6"
archivesBaseName = "teads-sdkdemo-" + versionName + sufixBaseName
}
buildTypes {
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
compile 'org.greenrobot:eventbus:3.0.0'

// Teads SDK
compile('tv.teads.sdk:androidsdk:2.5.5:fullRelease@aar') {
compile('tv.teads.sdk:androidsdk:2.5.6:fullRelease@aar') {
transitive = true
}
}

0 comments on commit f5bf8c8

Please sign in to comment.