Skip to content

Commit

Permalink
Mobile SDK 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Dec 15, 2021
1 parent c71ed91 commit d97840e
Show file tree
Hide file tree
Showing 20 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This pulls submodule dependencies from github.
Introduction
==

### What's New in 9.2.0
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-Android/releases/tag/v9.2.0).
### What's New in 9.2.1
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-Android/releases/tag/v9.2.1).

### Native Applications
The Salesforce Mobile SDK provides essential libraries for quickly building native mobile apps that seamlessly integrate with the Salesforce cloud architecture. Out of the box, we provide an implementation of OAuth2, abstracting away the complexity of securely storing refresh tokens or fetching a new session ID when a session expires. The SDK also provides Java wrappers for the Salesforce REST API, making it easy to retrieve, store, and manipulate data.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

allprojects {
group = 'com.salesforce.mobilesdk'
version = '9.2.0'
version = '9.2.1'
repositories {
mavenLocal()
maven {
Expand Down
2 changes: 1 addition & 1 deletion external/shared
Submodule shared updated 34 files
+1 −1 gen/cordova_plugins.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.mobilesync.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.network.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.oauth.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.sdkinfo.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.sfaccountmanager.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.smartstore.client.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.plugin.smartstore.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.util.bootstrap.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.util.event.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.util.exec.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.util.logger.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.util.promiser.js
+1 −1 gen/plugins/com.salesforce/com.salesforce.util.push.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.mobilesync.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.network.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.oauth.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.sdkinfo.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.sfaccountmanager.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.smartstore.client.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.plugin.smartstore.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.util.bootstrap.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.util.event.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.util.exec.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.util.logger.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.util.promiser.js
+1 −1 gen/plugins_with_define/com.salesforce/com.salesforce.util.push.js
+1 −1 libs/cordova.force.js
+1 −1 package.json
+1 −1 test/MockSDKInfo.js
+1 −1 test/SFSDKInfoTestSuite.js
+1 −1 test/SFTestRunnerPlugin.js
+1 −1 tools/bower.json
+1 −1 tools/package.json
4 changes: 2 additions & 2 deletions libs/MobileSync/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.salesforce.androidsdk.mobilesync"
android:versionCode="74"
android:versionName="9.2.0">
android:versionCode="75"
android:versionName="9.2.1">

<application />

Expand Down
2 changes: 1 addition & 1 deletion libs/MobileSync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ android {

ext {
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
PUBLISH_VERSION = '9.2.0'
PUBLISH_VERSION = '9.2.1'
PUBLISH_ARTIFACT_ID = 'MobileSync'
}

Expand Down
4 changes: 2 additions & 2 deletions libs/SalesforceAnalytics/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.salesforce.androidsdk.analytics"
android:versionCode="74"
android:versionName="9.2.0">
android:versionCode="75"
android:versionName="9.2.1">

<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/SalesforceAnalytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {

ext {
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
PUBLISH_VERSION = '9.2.0'
PUBLISH_VERSION = '9.2.1'
PUBLISH_ARTIFACT_ID = 'SalesforceAnalytics'
}

Expand Down
4 changes: 2 additions & 2 deletions libs/SalesforceHybrid/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.salesforce.androidsdk.hybrid"
android:versionCode="74"
android:versionName="9.2.0">
android:versionCode="75"
android:versionName="9.2.1">

<application />
</manifest>
2 changes: 1 addition & 1 deletion libs/SalesforceHybrid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {

ext {
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
PUBLISH_VERSION = '9.2.0'
PUBLISH_VERSION = '9.2.1'
PUBLISH_ARTIFACT_ID = 'SalesforceHybrid'
}

Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceHybrid/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
id = "com.salesforce.androidsdk"
version = "9.2.0">
version = "9.2.1">

<content src="index.html" />

Expand Down
4 changes: 2 additions & 2 deletions libs/SalesforceReact/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.salesforce.androidsdk.reactnative"
android:versionCode="74"
android:versionName="9.2.0">
android:versionCode="75"
android:versionName="9.2.1">

<application />
</manifest>
2 changes: 1 addition & 1 deletion libs/SalesforceReact/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ afterEvaluate {

ext {
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
PUBLISH_VERSION = '9.2.0'
PUBLISH_VERSION = '9.2.1'
PUBLISH_ARTIFACT_ID = 'SalesforceReact'
}

Expand Down
4 changes: 2 additions & 2 deletions libs/SalesforceReact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SalesforceReact",
"version": "9.2.0",
"version": "9.2.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
Expand All @@ -9,7 +9,7 @@
"create-react-class": "^15.7.0",
"react": "17.0.2",
"react-native": "0.66.0",
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v9.2.0"
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v9.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
4 changes: 2 additions & 2 deletions libs/SalesforceSDK/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.salesforce.androidsdk"
android:versionCode="74"
android:versionName="9.2.0">
android:versionCode="75"
android:versionName="9.2.1">

<application>

Expand Down
2 changes: 1 addition & 1 deletion libs/SalesforceSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ android {

ext {
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
PUBLISH_VERSION = '9.2.0'
PUBLISH_VERSION = '9.2.1'
PUBLISH_ARTIFACT_ID = 'SalesforceSDK'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class SalesforceSDKManager implements LifecycleObserver {
/**
* Current version of this SDK.
*/
public static final String SDK_VERSION = "9.2.0";
public static final String SDK_VERSION = "9.2.1";

/**
* Intent action meant for instances of SalesforceSDKManager residing in other processes
Expand Down
4 changes: 2 additions & 2 deletions libs/SmartStore/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.salesforce.androidsdk.smartstore"
android:versionCode="74"
android:versionName="9.2.0">
android:versionCode="75"
android:versionName="9.2.1">

<application>

Expand Down
2 changes: 1 addition & 1 deletion libs/SmartStore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ android {

ext {
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
PUBLISH_VERSION = '9.2.0'
PUBLISH_VERSION = '9.2.1'
PUBLISH_ARTIFACT_ID = 'SmartStore'
}

Expand Down
2 changes: 1 addition & 1 deletion libs/test/SalesforceHybridTest/res/xml/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
id = "com.salesforce.androidsdk"
version = "9.2.0">
version = "9.2.1">

<content src="index.html" />

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SalesforceMobileSDK-Android",
"version": "9.2.0",
"version": "9.2.1",
"description": "Salesforce Mobile SDK for Android",
"keywords": [
"mobilesdk",
Expand Down

0 comments on commit d97840e

Please sign in to comment.