File tree Expand file tree Collapse file tree
Examples/SnapinsSDKExample Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ apply plugin: 'com.android.application'
99apply plugin : ' kotlin-android'
1010
1111android {
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 }
Original file line number Diff line number Diff line change 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.
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" >
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 >
Original file line number Diff line number Diff 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
3333ext {
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"
Original file line number Diff line number Diff line change 1- # Tue Sep 28 10:49:30 ADT 2021
1+ # Tue Nov 02 09:20:34 ADT 2021
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments