File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
sample-apps/inbox-customization/app Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212#### Changed
1313- nothing yet
1414
15+ ## [ 3.5.0-beta1] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.0-beta1 )
16+
1517## [ 3.4.17] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.17 )
1618#### Added
1719- when JWT is invalid, ` IterableAuthManager ` is updated to fetch and store a new JWT token locally
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.17 '
51+ libraryVersion = ' 3.5.0-beta1 '
5252
5353 developerId = ' davidtruong'
5454 developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 minSdkVersion 16
1717 targetSdkVersion 27
1818
19- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.17 \" "
19+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.0-beta1 \" "
2020
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 }
8282 siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
8383 gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
8484
85- libraryVersion = ' 3.4.17 '
85+ libraryVersion = ' 3.5.0-beta1 '
8686
8787 developerId = ' davidtruong'
8888 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.17 '
37- implementation ' com.iterable:iterableapi-ui:3.4.17 '
36+ implementation ' com.iterable:iterableapi:3.5.0-beta1 '
37+ implementation ' com.iterable:iterableapi-ui:3.5.0-beta1 '
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