Skip to content

Commit b2838e0

Browse files
committed
version 3.4.10
1 parent 27e7df4 commit b2838e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

iterableapi-ui/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
4949
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
5050

51-
libraryVersion = '3.4.9'
51+
libraryVersion = '3.4.10'
5252

5353
developerId = 'davidtruong'
5454
developerName = 'David Truong'

iterableapi/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 16
1212
targetSdkVersion 27
1313

14-
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.9\""
14+
buildConfigField "String", "ITERABLE_SDK_VERSION", "\"3.4.10\""
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -75,7 +75,7 @@ ext {
7575
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
7676
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
7777

78-
libraryVersion = '3.4.9'
78+
libraryVersion = '3.4.10'
7979

8080
developerId = 'davidtruong'
8181
developerName = 'David Truong'

sample-apps/inbox-customization/app/build.gradle

+2-2
Original file line numberDiff line numberDiff 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.4.9'
37-
implementation 'com.iterable:iterableapi-ui:3.4.9'
36+
implementation 'com.iterable:iterableapi:3.4.10'
37+
implementation 'com.iterable:iterableapi-ui:3.4.10'
3838
implementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
3939

4040
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)