File tree 4 files changed +8
-7
lines changed
sample-apps/inbox-customization/app
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
- ## [ 3.5.12-stg]
7
+ ### Fixed
8
+ - ` EmbeddedSessionManager ` methods is now accessible which were library group restricted before.
8
9
9
10
## [ 3.5.11]
10
11
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
61
61
62
62
ext {
63
63
libraryName = ' iterableapi-ui'
64
- libraryVersion = ' 3.5.12-stg '
64
+ libraryVersion = ' 3.5.11 '
65
65
}
66
66
67
67
if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
minSdkVersion 21
22
22
targetSdkVersion 34
23
23
24
- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.12-stg \" "
24
+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.11 \" "
25
25
26
26
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
27
27
}
@@ -89,7 +89,7 @@ dependencies {
89
89
90
90
ext {
91
91
libraryName = ' iterableapi'
92
- libraryVersion = ' 3.5.12-stg '
92
+ libraryVersion = ' 3.5.11 '
93
93
}
94
94
95
95
if (hasProperty(" mavenPublishEnabled" )) {
@@ -118,4 +118,4 @@ afterEvaluate {
118
118
javadoc. classpath + = files(android. libraryVariants. collect { variant -> variant. javaCompile. classpath. files })
119
119
javadoc. classpath + = files(android. libraryVariants. collect { variant -> " build/generated/source/r/${ variant.flavorName} /${ variant.buildType.name} " })
120
120
javadoc. classpath + = files(android. libraryVariants. collect { variant -> " build/generated/source/buildConfig/${ variant.flavorName} /${ variant.buildType.name} " })
121
- }
121
+ }
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.12-stg '
37
- implementation ' com.iterable:iterableapi-ui:3.5.12-stg '
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