File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515#### Fixed
1616- nothing yet
1717
18+ ## [ 3.4.5] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.5 )
19+ #### Fixed
20+ - Fixed in-apps disappearing due to the functionality of loading HTML changing in Android SDK version 29+.
21+
1822## [ 3.4.4] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.4 )
1923#### Fixed
2024- Fixed in-app layouts always showing up in the ` top ` format.
Original file line number Diff line number Diff line change 4848 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
4949 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
5050
51- libraryVersion = ' 3.4.4 '
51+ libraryVersion = ' 3.4.5 '
5252
5353 developerId = ' davidtruong'
5454 developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 minSdkVersion 16
1212 targetSdkVersion 27
1313
14- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.4 \" "
14+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.5 \" "
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
7171 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
7272 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
7373
74- libraryVersion = ' 3.4.4 '
74+ libraryVersion = ' 3.4.5 '
7575
7676 developerId = ' davidtruong'
7777 developerName = ' David Truong'
You can’t perform that action at this time.
0 commit comments