Skip to content

Commit

Permalink
Update sdk version to 4.2.4 (#132)
Browse files Browse the repository at this point in the history
Update sdk version to 4.2.4
  • Loading branch information
github-benjamin-volland authored Jun 20, 2019
2 parents deac1c3 + 4aab5d6 commit 3713afe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v4.2.4
_2019-06-11_
- Fix and minors improvements

### v4.2.3
_2019-04-04_
- HTTPS is now forced by default for all Teads trackings
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.3@aar") {
implementation("tv.teads.sdk.android:sdk:4.2.4@aar") {
transitive = true
}
}
Expand Down
2 changes: 1 addition & 1 deletion TeadsSDKDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
// Libraries
groupId = "tv.teads.sdk.android"
libraryVersionCode = 61
libraryVersion = "4.2.3"
libraryVersion = "4.2.4"

//Global configurations
projectBuildToolsVersion = '28.0.3'
Expand Down

0 comments on commit 3713afe

Please sign in to comment.