File tree 4 files changed +9
-5
lines changed
sample-apps/inbox-customization/app
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/).
15
15
#### Fixed
16
16
- nothing yet
17
17
18
+ ## [ 3.2.7] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.7 )
19
+ #### Added
20
+ - Added authentication support
21
+
18
22
## [ 3.2.6] ( https://github.com/Iterable/iterable-android-sdk/releases/tag/3.2.6 )
19
23
#### Added
20
24
- Added a new method - ` setAutoDisplayPaused ` to ` InAppManager ` . This method pauses the display of in-app messages and can be used to prevent interruptions in certain areas of your app.
Original file line number Diff line number Diff line change 52
52
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
53
53
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
54
54
55
- libraryVersion = ' 3.2.6 '
55
+ libraryVersion = ' 3.2.7 '
56
56
57
57
developerId = ' davidtruong'
58
58
developerName = ' David Truong'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
minSdkVersion 15
11
11
targetSdkVersion 27
12
12
13
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.6 \" "
13
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.2.7 \" "
14
14
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
71
71
siteUrl = ' https://github.com/Iterable/iterable-android-sdk'
72
72
gitUrl = ' https://github.com/Iterable/iterable-android-sdk.git'
73
73
74
- libraryVersion = ' 3.2.6 '
74
+ libraryVersion = ' 3.2.7 '
75
75
76
76
developerId = ' davidtruong'
77
77
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.2.6 '
37
- implementation ' com.iterable:iterableapi-ui:3.2.6 '
36
+ implementation ' com.iterable:iterableapi:3.2.7 '
37
+ implementation ' com.iterable:iterableapi-ui:3.2.7 '
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