Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Feb 7, 2020
1 parent 1f7e01b commit 7841a1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.6.0
_2020-02-07_
- Resolving BrowserActivity #147
- Fix & improvements

### v4.5.1
_2020-01-21_
- Fix nullpointer on `SlotBoundsPlugin` class 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.5.1@aar") {
implementation("tv.teads.sdk.android:sdk:4.6.0@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 = 70
libraryVersion = "4.5.1"
libraryVersionCode = 71
libraryVersion = "4.6.0"

//Global configurations
projectBuildToolsVersion = '28.0.3'
Expand Down

0 comments on commit 7841a1f

Please sign in to comment.