Skip to content

Commit a0e26fc

Browse files
committed
Mobile SDK 12.2.0
1 parent 96b1701 commit a0e26fc

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="87"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.2.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="87"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.2.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="87"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.2.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="87"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.2.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.5",
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.2.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="87"
6-
android:versionName="12.2.0.dev">
6+
android:versionName="12.2.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
@@ -1515,7 +1515,7 @@ open class SalesforceSDKManager protected constructor(
15151515
protected var INSTANCE: SalesforceSDKManager? = null
15161516

15171517
/** The current version of this SDK */
1518-
const val SDK_VERSION = "12.2.0.dev"
1518+
const val SDK_VERSION = "12.2.0"
15191519

15201520
/**
15211521
* 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="87"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.2.0">
66

77
<application>
88

0 commit comments

Comments
 (0)