Skip to content

Commit

Permalink
Update Teads SDK to 4.2.1 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse authored Mar 6, 2019
1 parent cf6ec81 commit 274e925
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v4.2.1
_2019-03-05_
- New `closeFullscreen` API
- Fix and minors improvements

### v4.2.0
_2019-02-14_
- Add the method `setAdContainerView` in the InReadAdView to provide the ad container View to Teads in order to provide accurate stats and optimize your revenue
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.2.0@aar") {
implementation("tv.teads.sdk.android:sdk:4.2.1@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 @@ -22,8 +22,8 @@ allprojects {
ext {
// Libraries
groupId = "tv.teads.sdk.android"
libraryVersionCode = 58
libraryVersion = "4.2.0"
libraryVersionCode = 59
libraryVersion = "4.2.1"

//Global configurations
projectBuildToolsVersion = '28.0.2'
Expand Down
6 changes: 3 additions & 3 deletions TeadsSDKDemo/webviewhelper/webviewhelper.iml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
</content>
<orderEntry type="jdk" jdkName="Android API 26 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: tv.teads.sdk.android:network-4.2.0" level="project" />
<orderEntry type="library" name="Gradle: tv.teads.visdroid:library-1.7" level="project" />
<orderEntry type="library" name="Gradle: tv.teads.sdk.android:network-4.2.1" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:common:1.1.0@jar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-annotations:27.1.1@jar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:animated-vector-drawable-27.1.1" level="project" />
Expand All @@ -139,14 +139,14 @@
<orderEntry type="library" name="Gradle: com.android.support:support-v4-26.1.0" level="project" />
<orderEntry type="library" name="Gradle: com.squareup.okio:okio:1.14.0@jar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-fragment-27.1.1" level="project" />
<orderEntry type="library" name="Gradle: tv.teads.sdk.android:sdk-4.2.0" level="project" />
<orderEntry type="library" name="Gradle: android.arch.core:runtime-1.1.0" level="project" />
<orderEntry type="library" name="Gradle: tv.teads.sdk.android:sdk-4.2.1" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:appcompat-v7-27.1.1" level="project" />
<orderEntry type="library" name="Gradle: org.greenrobot:eventbus:3.0.0@jar" level="project" />
<orderEntry type="library" name="Gradle: com.google.code.gson:gson:2.8.2@jar" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:livedata-core-1.1.0" level="project" />
<orderEntry type="library" name="Gradle: android.arch.core:common:1.1.0@jar" level="project" />
<orderEntry type="library" name="Gradle: tv.teads.sdk.android:logger-4.2.0" level="project" />
<orderEntry type="library" name="Gradle: tv.teads.sdk.android:logger-4.2.1" level="project" />
<orderEntry type="library" name="Gradle: android.arch.lifecycle:runtime-1.1.0" level="project" />
</component>
</module>

0 comments on commit 274e925

Please sign in to comment.