Skip to content

Commit

Permalink
v2.5.9 (#111)
Browse files Browse the repository at this point in the history
* Update Teads SDK to v2.5.9
  • Loading branch information
HugoGresse authored Mar 29, 2018
1 parent 1098e76 commit ebf6916
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

v2.5.9
- Add support for brandsafety. If you have news content in your app, you should use `teadsConfiguration.pageUrl = "https://news.com/myArticle";` where the url is you equivalent http url of your article. More information [here](https://mobile.teads.tv/sdk/documentation/android/integration/inread/scrollview#brand-safety).

v2.5.8
- Remove event service to prevent issue on Android 8.x

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TeadsSDK-android [![Build Status](https://jenkins.teadstesting.tv/buildStatus/icon?job=TeadsSDK-android_master)](https://jenkins.teadstesting.tv/job/TeadsSDK-android_master)
# TeadsSDK-android



Expand All @@ -23,7 +23,7 @@ repositories{
}
}
dependencies {
compile ('tv.teads.sdk:androidsdk:2.5.8:fullRelease@aar') {
compile ('tv.teads.sdk:androidsdk:2.5.9: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 105
versionName "2.5.8"
versionCode 106
versionName "2.5.9"
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.8:fullRelease@aar') {
compile('tv.teads.sdk:androidsdk:2.5.9:fullRelease@aar') {
transitive = true
}
}

0 comments on commit ebf6916

Please sign in to comment.