Skip to content

Commit 91fd68f

Browse files
committed
Mobile SDK 10.1.1
1 parent 3da964f commit 91fd68f

File tree

20 files changed

+27
-27
lines changed

20 files changed

+27
-27
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 10.1.0
26+
### What's New in 10.1.1
2727
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-Android/releases).
2828

2929
### Native Applications

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717

1818
allprojects {
1919
group = 'com.salesforce.mobilesdk'
20-
version = '10.1.0'
20+
version = '10.1.1'
2121
repositories {
2222
mavenLocal()
2323
maven {

external/shared

Submodule shared updated 34 files

libs/MobileSync/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.salesforce.androidsdk.mobilesync"
5-
android:versionCode="77"
6-
android:versionName="10.1.0">
5+
android:versionCode="78"
6+
android:versionName="10.1.1">
77

88
<application />
99

libs/MobileSync/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969

7070
ext {
7171
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
72-
PUBLISH_VERSION = '10.1.0'
72+
PUBLISH_VERSION = '10.1.1'
7373
PUBLISH_ARTIFACT_ID = 'MobileSync'
7474
}
7575

libs/SalesforceAnalytics/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.salesforce.androidsdk.analytics"
5-
android:versionCode="77"
6-
android:versionName="10.1.0">
5+
android:versionCode="78"
6+
android:versionName="10.1.1">
77

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

libs/SalesforceAnalytics/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464

6565
ext {
6666
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
67-
PUBLISH_VERSION = '10.1.0'
67+
PUBLISH_VERSION = '10.1.1'
6868
PUBLISH_ARTIFACT_ID = 'SalesforceAnalytics'
6969
}
7070

libs/SalesforceHybrid/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.salesforce.androidsdk.hybrid"
5-
android:versionCode="77"
6-
android:versionName="10.1.0">
5+
android:versionCode="78"
6+
android:versionName="10.1.1">
77

88
<application />
99
</manifest>

libs/SalesforceHybrid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767

6868
ext {
6969
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
70-
PUBLISH_VERSION = '10.1.0'
70+
PUBLISH_VERSION = '10.1.1'
7171
PUBLISH_ARTIFACT_ID = 'SalesforceHybrid'
7272
}
7373

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 = "10.1.0">
4+
version = "10.1.1">
55

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

libs/SalesforceReact/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.salesforce.androidsdk.reactnative"
5-
android:versionCode="77"
6-
android:versionName="10.1.0">
5+
android:versionCode="78"
6+
android:versionName="10.1.1">
77

88
<application />
99
</manifest>

libs/SalesforceReact/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ afterEvaluate {
119119

120120
ext {
121121
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
122-
PUBLISH_VERSION = '10.1.0'
122+
PUBLISH_VERSION = '10.1.1'
123123
PUBLISH_ARTIFACT_ID = 'SalesforceReact'
124124
}
125125

libs/SalesforceReact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SalesforceReact",
3-
"version": "10.1.0",
3+
"version": "10.1.1",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start"
@@ -9,7 +9,7 @@
99
"create-react-class": "^15.7.0",
1010
"react": "17.0.2",
1111
"react-native": "0.67.1",
12-
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v10.1.0"
12+
"react-native-force": "git+https://github.com/forcedotcom/SalesforceMobileSDK-ReactNative.git#v10.1.1"
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.12.9",

libs/SalesforceSDK/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.salesforce.androidsdk"
5-
android:versionCode="77"
6-
android:versionName="10.1.0">
5+
android:versionCode="78"
6+
android:versionName="10.1.1">
77

88
<application>
99

libs/SalesforceSDK/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070

7171
ext {
7272
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
73-
PUBLISH_VERSION = '10.1.0'
73+
PUBLISH_VERSION = '10.1.1'
7474
PUBLISH_ARTIFACT_ID = 'SalesforceSDK'
7575
}
7676

libs/SalesforceSDK/src/com/salesforce/androidsdk/app/SalesforceSDKManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class SalesforceSDKManager implements LifecycleObserver {
114114
/**
115115
* Current version of this SDK.
116116
*/
117-
public static final String SDK_VERSION = "10.1.0";
117+
public static final String SDK_VERSION = "10.1.1";
118118

119119
/**
120120
* Intent action meant for instances of SalesforceSDKManager residing in other processes

libs/SmartStore/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.salesforce.androidsdk.smartstore"
5-
android:versionCode="77"
6-
android:versionName="10.1.0">
5+
android:versionCode="78"
6+
android:versionName="10.1.1">
77

88
<application>
99

libs/SmartStore/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ android {
6868

6969
ext {
7070
PUBLISH_GROUP_ID = 'com.salesforce.mobilesdk'
71-
PUBLISH_VERSION = '10.1.0'
71+
PUBLISH_VERSION = '10.1.1'
7272
PUBLISH_ARTIFACT_ID = 'SmartStore'
7373
}
7474

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 = "10.1.0">
4+
version = "10.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": "10.1.0",
3+
"version": "10.1.1",
44
"description": "Salesforce Mobile SDK for Android",
55
"keywords": [
66
"mobilesdk",

0 commit comments

Comments
 (0)