Skip to content

Commit 17abcbb

Browse files
committed
Mobile SDK 13.1.0
1 parent 9117ebd commit 17abcbb

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

external/shared

libs/MobileSync/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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="90"
5-
android:versionName="13.1.0.dev">
5+
android:versionName="13.1.0">
66

77
<application />
88

libs/SalesforceAnalytics/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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="90"
5-
android:versionName="13.1.0.dev">
5+
android:versionName="13.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

Lines changed: 1 addition & 1 deletion
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="90"
5-
android:versionName="13.1.0.dev">
5+
android:versionName="13.1.0">
66

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

libs/SalesforceReact/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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="90"
5-
android:versionName="13.1.0.dev">
5+
android:versionName="13.1.0">
66

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

libs/SalesforceReact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"jsc-android": "^250231.0.0",
1212
"react": "19.0.0",
1313
"react-native": "0.79.3",
14-
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#dev"
14+
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v13.1.0"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.25.2",

libs/SalesforceSDK/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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="90"
6-
android:versionName="13.1.0.dev">
6+
android:versionName="13.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ open class SalesforceSDKManager protected constructor(
16151615
protected var INSTANCE: SalesforceSDKManager? = null
16161616

16171617
/** The current version of this SDK */
1618-
const val SDK_VERSION = "13.1.0.dev"
1618+
const val SDK_VERSION = "13.1.0"
16191619

16201620
/**
16211621
* An intent action meant for instances of Salesforce SDK manager

libs/SmartStore/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
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="90"
5-
android:versionName="13.1.0.dev">
5+
android:versionName="13.1.0">
66

77
<application>
88

0 commit comments

Comments
 (0)