File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 4 files changed +9
-5
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.2.13] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.13 )
19+ #### Added
20+ - In-app message prioritization - Ordering the display of in-app messages based on a priority you select in Iterable when creating in-app campaigns
21+
1822## [ 3.2.12] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.12 )
1923#### Added
2024- Support for the display of a custom message (title and body) in an empty mobile inbox.
Original file line number Diff line number Diff line change 5252 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
5353 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
5454
55- libraryVersion = ' 3.2.12 '
55+ libraryVersion = ' 3.2.13 '
5656
5757 developerId = ' davidtruong'
5858 developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010 minSdkVersion 15
1111 targetSdkVersion 27
1212
13- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.12 \" "
13+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.13 \" "
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 }
7272 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
7373 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
7474
75- libraryVersion = ' 3.2.12 '
75+ libraryVersion = ' 3.2.13 '
7676
7777 developerId = ' davidtruong'
7878 developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies {
3333 implementation ' androidx.navigation:navigation-ui-ktx:2.1.0'
3434 implementation ' com.google.android.material:material:1.1.0'
3535
36- implementation ' com.iterable:iterableapi:3.2.12 '
37- implementation ' com.iterable:iterableapi-ui:3.2.12 '
36+ implementation ' com.iterable:iterableapi:3.2.13 '
37+ implementation ' com.iterable:iterableapi-ui:3.2.13 '
3838 implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
3939
4040 testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments