Skip to content

Commit c8902c2

Browse files
committed
Updating version numbers to 13.1.0
2 parents 826e536 + 154ec58 commit c8902c2

8 files changed

Lines changed: 53 additions & 7 deletions

File tree

external/shared

libs/MobileSync/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="89"
4+
android:versionCode="90"
55
android:versionName="13.1.0.dev">
66

77
<application />

libs/SalesforceAnalytics/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="89"
4+
android:versionCode="90"
55
android:versionName="13.1.0.dev">
66

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

libs/SalesforceHybrid/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="89"
4+
android:versionCode="90"
55
android:versionName="13.1.0.dev">
66

77
<application>

libs/SalesforceReact/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="89"
4+
android:versionCode="90"
55
android:versionName="13.1.0.dev">
66

77
<application>

libs/SalesforceSDK/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
xmlns:tools="http://schemas.android.com/tools"
5-
android:versionCode="89"
5+
android:versionCode="90"
66
android:versionName="13.1.0.dev">
77

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

libs/SmartStore/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="89"
4+
android:versionCode="90"
55
android:versionName="13.1.0.dev">
66

77
<application>

package.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "SalesforceMobileSDK-Android",
3+
"version": "13.0.2",
4+
"description": "Salesforce Mobile SDK for Android",
5+
"keywords": [
6+
"mobilesdk",
7+
"android",
8+
"salesforce",
9+
"mobile",
10+
"sdk"
11+
],
12+
"homepage": "https://github.com/forcedotcom/SalesforceMobileSDK-Android",
13+
"bugs": "https://github.com/forcedotcom/SalesforceMobileSDK-Android/issues",
14+
"licenses": [
15+
{
16+
"type": "Salesforce.com Mobile SDK License",
17+
"url": "https://github.com/forcedotcom/SalesforceMobileSDK-Android/blob/master/LICENSE.md"
18+
}
19+
],
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/forcedotcom/SalesforceMobileSDK-Android.git"
23+
},
24+
"engines": {
25+
"node": ">=4"
26+
},
27+
"author": {
28+
"name": "Kevin Hawkins",
29+
"email": "khawkins@salesforce.com"
30+
},
31+
"contributors": [
32+
{
33+
"name": "Wolfgang Mathurin",
34+
"email": "wmathurin@salesforce.com"
35+
},
36+
{
37+
"name": "Bharath Hariharan",
38+
"email": "bhariharan@salesforce.com"
39+
}
40+
],
41+
"files": [
42+
"libs"
43+
] ,
44+
"dependencies": {
45+
}
46+
}

0 commit comments

Comments
 (0)