Skip to content

Commit 2ff635e

Browse files
Merge pull request #177 from forcedotcom/release-224.1.2
Update example app for latest service sdk release
2 parents c58bb52 + 345c10e commit 2ff635e

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

Examples/SnapinsSDKExample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ apply plugin: 'com.android.application'
99
apply plugin: 'kotlin-android'
1010

1111
android {
12-
compileSdkVersion 30
12+
compileSdkVersion 31
1313

1414
defaultConfig {
1515
applicationId "com.salesforce.snapinssdkexample"
1616
minSdkVersion 23
17-
targetSdkVersion 30
17+
targetSdkVersion 31
1818
versionCode 1
1919
versionName "1.0"
2020
}

Examples/SnapinsSDKExample/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="utf-8"?><!--
32
* Copyright (c) 2018, salesforce.com, inc.
43
* All rights reserved.
54
* Licensed under the BSD 3-Clause license.
@@ -26,6 +25,7 @@
2625
android:theme="@style/AppTheme">
2726
<activity
2827
android:name="com.salesforce.snapinssdkexample.activities.MainActivity"
28+
android:exported="true"
2929
android:label="@string/app_name"
3030
android:launchMode="singleTop"
3131
android:theme="@style/AppTheme.NoActionBar">
@@ -46,7 +46,7 @@
4646
<activity
4747
android:name="com.salesforce.snapinssdkexample.activities.settings.CaseSettingsActivity"
4848
android:label="@string/title_activity_case_settings"
49-
android:theme="@style/AppTheme.NoActionBar"/>
49+
android:theme="@style/AppTheme.NoActionBar" />
5050
</application>
5151

5252
</manifest>

Examples/SnapinsSDKExample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:4.2.2'
16+
classpath 'com.android.tools.build:gradle:7.0.2'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1818
}
1919
}
@@ -32,8 +32,8 @@ task clean(type: Delete) {
3232

3333
ext {
3434
// Salesforce Snap-ins SDKs
35-
serviceSdkVersion = "224.1.1"
36-
mobilesdkVersion = "9.1.1"
35+
serviceSdkVersion = "224.1.2"
36+
mobilesdkVersion = "9.2.0"
3737

3838
// Android
3939
appCompatV7SupportVersion = "28.0.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Sep 28 10:49:30 ADT 2021
1+
#Tue Nov 02 09:20:34 ADT 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)