Skip to content

Commit 53b38d5

Browse files
Update sample apps for release-252
1 parent 6c27b4b commit 53b38d5

File tree

9 files changed

+373
-8
lines changed

9 files changed

+373
-8
lines changed

examples/.idea/appInsightsSettings.xml

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/.idea/deploymentTargetSelector.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/.idea/gradle.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/.idea/misc.xml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/.idea/other.xml

Lines changed: 329 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2'
40+
implementation 'com.salesforce.service:messaging-inapp-core:1.7.0'
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.2'
40+
implementation 'com.salesforce.service:messaging-inapp-ui:1.7.0'
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'

examples/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.2.1' apply false
4-
id 'com.android.library' version '8.2.1' apply false
3+
id 'com.android.application' version '8.5.2' apply false
4+
id 'com.android.library' version '8.5.2' apply false
55
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
66
}
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Oct 31 07:40:39 ADT 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)