Skip to content

Commit 9dd18af

Browse files
committed
Mobile SDK 12.1.0
1 parent 15a8980 commit 9dd18af

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

external/shared

libs/MobileSync/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
android:versionCode="85"
5-
android:versionName="12.1.0.dev">
5+
android:versionName="12.1.0">
66

77
<application />
88

libs/SalesforceAnalytics/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
android:versionCode="85"
5-
android:versionName="12.1.0.dev">
5+
android:versionName="12.1.0">
66

77
<uses-permission android:name="android.permission.INTERNET" />
88
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

libs/SalesforceHybrid/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
android:versionCode="85"
5-
android:versionName="12.1.0.dev">
5+
android:versionName="12.1.0">
66

77
<application>
88
<activity android:name="com.salesforce.androidsdk.phonegap.ui.SalesforceDroidGapActivity"

libs/SalesforceReact/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
android:versionCode="85"
5-
android:versionName="12.1.0.dev">
5+
android:versionName="12.1.0">
66

77
<application>
88
<activity android:name=".ui.SalesforceReactActivity"

libs/SalesforceReact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"create-react-class": "^15.7.0",
1111
"react": "18.2.0",
1212
"react-native": "0.74.3",
13-
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#dev"
13+
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v12.1.0"
1414
},
1515
"devDependencies": {
1616
"@babel/core": "^7.20.0",

libs/SalesforceSDK/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:tools="http://schemas.android.com/tools"
55
android:versionCode="85"
6-
android:versionName="12.1.0.dev">
6+
android:versionName="12.1.0">
77

88
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
99
<uses-permission android:name="android.permission.USE_CREDENTIALS" />

libs/SalesforceSDK/src/com/salesforce/androidsdk/app/SalesforceSDKManager.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ open class SalesforceSDKManager protected constructor(
15141514
protected var INSTANCE: SalesforceSDKManager? = null
15151515

15161516
/** The current version of this SDK */
1517-
const val SDK_VERSION = "12.1.0.dev"
1517+
const val SDK_VERSION = "12.1.0"
15181518

15191519
/**
15201520
* An intent action meant for instances of Salesforce SDK manager

libs/SmartStore/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
android:versionCode="85"
5-
android:versionName="12.1.0.dev">
5+
android:versionName="12.1.0">
66

77
<application>
88

0 commit comments

Comments
 (0)