Skip to content

Commit

Permalink
Update Teads SDK to 2.5.1 (#97)
Browse files Browse the repository at this point in the history
Update Teads SDK to 2.5.1
  • Loading branch information
HugoGresse authored Aug 4, 2017
1 parent 5c6e4f6 commit 03e4352
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

v2.5.1
- minSdkVersion = 15 (ICE_CREAM_SANDWICH_MR1 4.0.3)
- optimize OkHttp cancel method (FD)
- improve tracking metrics

v2.4.14
- use ExoPlayer 2

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.4.14:fullRelease@aar') {
compile ('tv.teads.sdk:androidsdk:2.5.1: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 96
versionName "2.4.14"
versionCode 98
versionName "2.5.1"
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.4.14:fullRelease@aar') {
compile('tv.teads.sdk:androidsdk:2.5.1:fullRelease@aar') {
transitive = true;
}
}

0 comments on commit 03e4352

Please sign in to comment.