Skip to content

Commit

Permalink
Update SDK version to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-maxime-liege committed Nov 4, 2019
1 parent 53b507b commit f72c8f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.3.4
_2019-11-04_
- Fix and minors improvements

### v4.3.3
_2019-10-14_
- Fix and minors improvements
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.3.3@aar") {
implementation("tv.teads.sdk.android:sdk:4.3.4@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 @@ -19,8 +19,8 @@ allprojects {
ext {
// Libraries
groupId = "tv.teads.sdk.android"
libraryVersionCode = 66
libraryVersion = "4.3.3"
libraryVersionCode = 67
libraryVersion = "4.3.4"

//Global configurations
projectBuildToolsVersion = '28.0.3'
Expand Down

0 comments on commit f72c8f2

Please sign in to comment.