Skip to content

Commit 6c27b4b

Browse files
Updated SDK version to 1.6.2 (#31)
Signed-off-by: Sarah Young <sarah.young@salesforce.com>
1 parent b1b16fa commit 6c27b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/MessagingCoreExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation 'com.salesforce.service:messaging-inapp-core:1.6.1'
40+
implementation 'com.salesforce.service:messaging-inapp-core:1.6.2'
4141
implementation 'androidx.core:core-ktx:1.13.1'
4242
implementation 'androidx.appcompat:appcompat:1.7.0'
4343
implementation 'com.google.android.material:material:1.12.0'

examples/MessagingUIExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation 'com.salesforce.service:messaging-inapp-ui:1.6.1'
40+
implementation 'com.salesforce.service:messaging-inapp-ui:1.6.2'
4141
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
4242
implementation 'androidx.core:core-ktx:1.13.1'
4343
implementation 'androidx.appcompat:appcompat:1.7.0'

0 commit comments

Comments
 (0)