Skip to content

Commit

Permalink
update SDK to version 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roninopf committed Apr 11, 2022
1 parent 26775d9 commit fc11b91
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
Expand Up @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
#### Fixed
- nothing yet

## [3.4.5](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.5)
#### Fixed
- Fixed in-apps disappearing due to the functionality of loading HTML changing in Android SDK version 29+.

## [3.4.4](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.4)
#### Fixed
- Fixed in-app layouts always showing up in the `top` format.
Expand Down
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.4.4'
libraryVersion = '3.4.5'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.4\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.5\""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -71,7 +71,7 @@ ext {
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'

libraryVersion = '3.4.4'
libraryVersion = '3.4.5'

developerId = 'davidtruong'
developerName = 'David Truong'
Expand Down

0 comments on commit fc11b91

Please sign in to comment.