File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1515#### Fixed
1616- nothing yet
1717
18+ ## [ 3.2.8] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.8 )
19+ #### Added
20+ - Added support for in-app animations. Select the checkbox to use preset animations when creating a template to see this feature in action.
21+ - Added support to set custom color and transparency for in-app background.
22+
23+ #### Fixed
24+ - Fixed an issue where closing an in-app could crash the app if the message gets deleted from another logged in device while it is being displayed.
25+
26+ #### Changed
27+ - The method ` getExpiresAt ` in ` IterableInAppMessage ` is now public.
28+
1829## [ 3.2.7] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.7 )
1930#### Added
20- - Added authentication support
31+ - Added authentication support.
2132
2233## [ 3.2.6] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.6 )
2334#### Added
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.7 '
55+ libraryVersion = ' 3.2.8 '
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.7 \" "
13+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.8 \" "
1414
1515 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1616 }
7171 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
7272 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
7373
74- libraryVersion = ' 3.2.7 '
74+ libraryVersion = ' 3.2.8 '
7575
7676 developerId = ' davidtruong'
7777 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.7 '
37- implementation ' com.iterable:iterableapi-ui:3.2.7 '
36+ implementation ' com.iterable:iterableapi:3.2.8 '
37+ implementation ' com.iterable:iterableapi-ui:3.2.8 '
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