File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414
1515#### Fixed
1616- nothing yet
17- -
17+
18+ ## [ 3.4.13] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.13 )
19+ #### Added
20+ - ` IterableInAppManager.setRead ` now accepts ` IterableHelper.SuccessHandler successHandler ` .
21+ - ` IterableApi.inAppConsume ` now accepts ` IterableHelper.SuccessHandler successHandler ` and ` IterableHelper.FailureHandler failureHandler ` .
22+
1823## [ 3.4.12] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.12 )
1924#### Added
2025- ` setEmail ` and ` setUserId ` now accepts ` IterableHelper.SuccessHandler successHandler ` and ` IterableHelper.FailureHandler failureHandler ` .
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.12 '
51+ libraryVersion = ' 3.4.13 '
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.12 \" "
14+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.13 \" "
1515
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
7575 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
7676 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
7777
78- libraryVersion = ' 3.4.12 '
78+ libraryVersion = ' 3.4.13 '
7979
8080 developerId = ' davidtruong'
8181 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.4.12 '
37- implementation ' com.iterable:iterableapi-ui:3.4.12 '
36+ implementation ' com.iterable:iterableapi:3.4.13 '
37+ implementation ' com.iterable:iterableapi-ui:3.4.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