Skip to content

Commit 96e5dd6

Browse files
committed
Mobile SDK 13.0.0
1 parent 09e7594 commit 96e5dd6

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="88"
5-
android:versionName="13.0.0.dev">
5+
android:versionName="13.0.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="88"
5-
android:versionName="13.0.0.dev">
5+
android:versionName="13.0.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="88"
5-
android:versionName="13.0.0.dev">
5+
android:versionName="13.0.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="88"
5-
android:versionName="13.0.0.dev">
5+
android:versionName="13.0.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.7",
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#v13.0.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="88"
6-
android:versionName="13.0.0.dev">
6+
android:versionName="13.0.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
@@ -1557,7 +1557,7 @@ open class SalesforceSDKManager protected constructor(
15571557
protected var INSTANCE: SalesforceSDKManager? = null
15581558

15591559
/** The current version of this SDK */
1560-
const val SDK_VERSION = "13.0.0.dev"
1560+
const val SDK_VERSION = "13.0.0"
15611561

15621562
/**
15631563
* 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="88"
5-
android:versionName="13.0.0.dev">
5+
android:versionName="13.0.0">
66

77
<application>
88

0 commit comments

Comments
 (0)