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 @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ ## [ 3.5.12]
8+
79### Fixed
810- ` EmbeddedSessionManager ` methods is now accessible which were library group restricted before.
911
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161
6262ext {
6363 libraryName = ' iterableapi-ui'
64- libraryVersion = ' 3.5.11 '
64+ libraryVersion = ' 3.5.12 '
6565}
6666
6767if (hasProperty(" mavenPublishEnabled" )) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
2121 minSdkVersion 21
2222 targetSdkVersion 34
2323
24- buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.11 \" "
24+ buildConfigField " String" , " ITERABLE_SDK_VERSION" , " \" 3.5.12 \" "
2525
2626 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2727 }
@@ -88,7 +88,7 @@ dependencies {
8888
8989ext {
9090 libraryName = ' iterableapi'
91- libraryVersion = ' 3.5.11 '
91+ libraryVersion = ' 3.5.12 '
9292}
9393
9494if (hasProperty(" mavenPublishEnabled" )) {
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.5.11 '
37- implementation ' com.iterable:iterableapi-ui:3.5.11 '
36+ implementation ' com.iterable:iterableapi:3.5.12 '
37+ implementation ' com.iterable:iterableapi-ui:3.5.12 '
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