File tree 4 files changed +7
-5
lines changed
sample-apps/inbox-customization/app
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/).
12
12
#### Changed
13
13
- nothing yet
14
14
15
+ ## [ 3.5.0-beta1] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.0-beta1 )
16
+
15
17
## [ 3.4.17] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.4.17 )
16
18
#### Added
17
19
- 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 48
48
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
49
49
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
50
50
51
- libraryVersion = ' 3.4.17 '
51
+ libraryVersion = ' 3.5.0-beta1 '
52
52
53
53
developerId = ' davidtruong'
54
54
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
16
16
minSdkVersion 16
17
17
targetSdkVersion 27
18
18
19
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.4.17 \" "
19
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.0-beta1 \" "
20
20
21
21
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
22
22
}
82
82
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
83
83
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
84
84
85
- libraryVersion = ' 3.4.17 '
85
+ libraryVersion = ' 3.5.0-beta1 '
86
86
87
87
developerId = ' davidtruong'
88
88
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dependencies {
33
33
implementation ' androidx.navigation:navigation-ui-ktx:2.1.0'
34
34
implementation ' com.google.android.material:material:1.1.0'
35
35
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 '
38
38
implementation ' com.squareup.okhttp3:mockwebserver:4.2.2'
39
39
40
40
testImplementation ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments