Skip to content

Commit

Permalink
Merge pull request #704 from Iterable/MOB-7783-Release-3.5.0
Browse files Browse the repository at this point in the history
[MOB-7783] - Prepare for 3.5.0
  • Loading branch information
Ayyanchira authored Jan 31, 2024
2 parents 10fd74d + dc64dc7 commit 02cf973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion iterableapi-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

ext {
libraryName = 'iterableapi-ui'
libraryVersion = '3.5.0-beta1'
libraryVersion = '3.5.0'
}

if (hasProperty("mavenPublishEnabled")) {
Expand Down
4 changes: 2 additions & 2 deletions iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 16
targetSdkVersion 27

buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.0-beta1\""
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.5.0\""

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -85,7 +85,7 @@ dependencies {

ext {
libraryName = 'iterableapi'
libraryVersion = '3.5.0-beta1'
libraryVersion = '3.5.0'
}

if (hasProperty("mavenPublishEnabled")) {
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/inbox-customization/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.1.0'
implementation 'com.google.android.material:material:1.1.0'

implementation 'com.iterable:iterableapi:3.5.0-beta1'
implementation 'com.iterable:iterableapi-ui:3.5.0-beta1'
implementation 'com.iterable:iterableapi:3.5.0'
implementation 'com.iterable:iterableapi-ui:3.5.0'
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 02cf973

Please sign in to comment.