Skip to content

Commit 7c88950

Browse files
committed
Mobile SDK 12.1.1
1 parent ef91e91 commit 7c88950

File tree

21 files changed

+22
-22
lines changed

21 files changed

+22
-22
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This pulls submodule dependencies from github.
2323
Introduction
2424
==
2525

26-
### What's New in 12.2.0
26+
### What's New in 12.1.1
2727
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-Android/releases).
2828

2929
### Native Applications

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818

1919
allprojects {
2020
group = "com.salesforce.mobilesdk"
21-
version = "12.2.0"
21+
version = "12.1.1"
2222

2323
// Ensure that we do not use newer language features that would make the SDK incompatible with
2424
// apps that do not target the latest version of Kotlin.

external/shared

Submodule shared updated 34 files

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="86"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.1.1">
66

77
<application />
88

libs/MobileSync/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@file:Suppress("UnstableApiUsage")
22

33
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
4-
rootProject.ext["PUBLISH_VERSION"] = "12.2.0"
4+
rootProject.ext["PUBLISH_VERSION"] = "12.1.1"
55
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "MobileSync"
66

77
plugins {

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="86"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.1.1">
66

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

libs/SalesforceAnalytics/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@file:Suppress("UnstableApiUsage")
22

33
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
4-
rootProject.ext["PUBLISH_VERSION"] = "12.2.0"
4+
rootProject.ext["PUBLISH_VERSION"] = "12.1.1"
55
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceAnalytics"
66

77
plugins {

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="86"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.1.1">
66

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

libs/SalesforceHybrid/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@file:Suppress("UnstableApiUsage")
22

33
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
4-
rootProject.ext["PUBLISH_VERSION"] = "12.2.0"
4+
rootProject.ext["PUBLISH_VERSION"] = "12.1.1"
55
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceHybrid"
66

77
plugins {

libs/SalesforceHybrid/res/xml/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<widget xmlns = "http://www.w3.org/ns/widgets"
33
id = "com.salesforce.androidsdk"
4-
version = "12.2.0">
4+
version = "12.1.1">
55

66
<content src="index.html" />
77

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="86"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.1.1">
66

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

libs/SalesforceReact/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
1212
val useIntlJsc = false
1313

1414
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
15-
rootProject.ext["PUBLISH_VERSION"] = "12.2.0"
15+
rootProject.ext["PUBLISH_VERSION"] = "12.1.1"
1616
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceReact"
1717

1818
plugins {

libs/SalesforceReact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SalesforceReact",
3-
"version": "12.2.0",
3+
"version": "12.1.1",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"
@@ -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.1"
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="86"
6-
android:versionName="12.2.0.dev">
6+
android:versionName="12.1.1">
77

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

libs/SalesforceSDK/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@file:Suppress("UnstableApiUsage")
22

33
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
4-
rootProject.ext["PUBLISH_VERSION"] = "12.2.0"
4+
rootProject.ext["PUBLISH_VERSION"] = "12.1.1"
55
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceSDK"
66

77
plugins {

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.2.0.dev"
1517+
const val SDK_VERSION = "12.1.1"
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="86"
5-
android:versionName="12.2.0.dev">
5+
android:versionName="12.1.1">
66

77
<application>
88

libs/SmartStore/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@file:Suppress("UnstableApiUsage")
22

33
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
4-
rootProject.ext["PUBLISH_VERSION"] = "12.2.0"
4+
rootProject.ext["PUBLISH_VERSION"] = "12.1.1"
55
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SmartStore"
66

77
plugins {

libs/test/SalesforceHybridTest/res/xml/config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<widget xmlns = "http://www.w3.org/ns/widgets"
33
id = "com.salesforce.androidsdk"
4-
version = "12.2.0">
4+
version = "12.1.1">
55

66
<content src="index.html" />
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SalesforceMobileSDK-Android",
3-
"version": "12.2.0",
3+
"version": "12.1.1",
44
"description": "Salesforce Mobile SDK for Android",
55
"keywords": [
66
"mobilesdk",

tools/generate_doc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ if [ ! -d "external" ]
33
then
44
echo "You must run this tool from the root directory of your repo clone"
55
else
6-
javadoc -d doc -author -version -verbose -use -doctitle "SalesforceSDK 12.2 API" -sourcepath "libs/SalesforceAnalytics/src:libs/SalesforceSDK/src:libs/SmartStore/src:libs/MobileSync/src:libs/SalesforceHybrid/src:libs/SalesforceReact/src" -subpackages com
6+
javadoc -d doc -author -version -verbose -use -doctitle "SalesforceSDK 12.1 API" -sourcepath "libs/SalesforceAnalytics/src:libs/SalesforceSDK/src:libs/SmartStore/src:libs/MobileSync/src:libs/SalesforceHybrid/src:libs/SalesforceReact/src" -subpackages com
77
fi

0 commit comments

Comments
 (0)