File tree 4 files changed +8
-6
lines changed
sample-apps/inbox-customization/app
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
+
7
+ ## [ 3.5.11]
6
8
- Adding section for unreleased changes
7
9
8
10
## [ 3.5.10]
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
52
52
ext {
53
53
libraryName = ' iterableapi-ui'
54
- libraryVersion = ' 3.5.10 '
54
+ libraryVersion = ' 3.5.11 '
55
55
}
56
56
57
57
if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android {
19
19
minSdkVersion 16
20
20
targetSdkVersion 31
21
21
22
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.10 \" "
22
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.11 \" "
23
23
24
24
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
25
25
}
@@ -85,7 +85,7 @@ dependencies {
85
85
86
86
ext {
87
87
libraryName = ' iterableapi'
88
- libraryVersion = ' 3.5.10 '
88
+ libraryVersion = ' 3.5.11 '
89
89
}
90
90
91
91
if (hasProperty(" mavenPublishEnabled" )) {
@@ -119,4 +119,4 @@ afterEvaluate {
119
119
javadoc. classpath + = files(android. libraryVariants. collect { variant -> variant. javaCompile. classpath. files })
120
120
javadoc. classpath + = files(android. libraryVariants. collect { variant -> " build/generated/source/r/${ variant.flavorName} /${ variant.buildType.name} " })
121
121
javadoc. classpath + = files(android. libraryVariants. collect { variant -> " build/generated/source/buildConfig/${ variant.flavorName} /${ variant.buildType.name} " })
122
- }
122
+ }
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.5.10 '
37
- implementation ' com.iterable:iterableapi-ui:3.5.10 '
36
+ implementation ' com.iterable:iterableapi:3.5.11 '
37
+ implementation ' com.iterable:iterableapi-ui:3.5.11 '
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