Skip to content

Commit

Permalink
Mobile SDK 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Aug 15, 2024
1 parent 15a8980 commit 9dd18af
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion external/shared
Submodule shared updated 0 files
2 changes: 1 addition & 1 deletion libs/MobileSync/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="85"
android:versionName="12.1.0.dev">
android:versionName="12.1.0">

<application />

Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceAnalytics/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="85"
android:versionName="12.1.0.dev">
android:versionName="12.1.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceHybrid/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="85"
android:versionName="12.1.0.dev">
android:versionName="12.1.0">

<application>
<activity android:name="com.salesforce.androidsdk.phonegap.ui.SalesforceDroidGapActivity"
Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceReact/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="85"
android:versionName="12.1.0.dev">
android:versionName="12.1.0">

<application>
<activity android:name=".ui.SalesforceReactActivity"
Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceReact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"create-react-class": "^15.7.0",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#dev"
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v12.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceSDK/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="85"
android:versionName="12.1.0.dev">
android:versionName="12.1.0">

<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ open class SalesforceSDKManager protected constructor(
protected var INSTANCE: SalesforceSDKManager? = null

/** The current version of this SDK */
const val SDK_VERSION = "12.1.0.dev"
const val SDK_VERSION = "12.1.0"

/**
* An intent action meant for instances of Salesforce SDK manager
Expand Down
2 changes: 1 addition & 1 deletion libs/SmartStore/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="85"
android:versionName="12.1.0.dev">
android:versionName="12.1.0">

<application>

Expand Down

0 comments on commit 9dd18af

Please sign in to comment.