Skip to content

Commit 154ec58

Browse files
committed
Mobile SDK 13.0.2
1 parent e5828fd commit 154ec58

File tree

20 files changed

+27
-27
lines changed

20 files changed

+27
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 13.0.1
26+
### What's New in 13.0.2
2727
See [release notes](https://github.com/forcedotcom/SalesforceMobileSDK-Android/releases).
2828

2929
### Native Applications

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818

1919
allprojects {
2020
group = "com.salesforce.mobilesdk"
21-
version = "13.0.1"
21+
version = "13.0.2"
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

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

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="88"
5-
android:versionName="13.0.1">
4+
android:versionCode="89"
5+
android:versionName="13.0.2">
66

77
<application />
88

libs/MobileSync/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
2-
rootProject.ext["PUBLISH_VERSION"] = "13.0.1"
2+
rootProject.ext["PUBLISH_VERSION"] = "13.0.2"
33
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "MobileSync"
44

55
plugins {

libs/SalesforceAnalytics/AndroidManifest.xml

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

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="88"
5-
android:versionName="13.0.1">
4+
android:versionCode="89"
5+
android:versionName="13.0.2">
66

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

libs/SalesforceAnalytics/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rootProject.ext["PUBLISH_GROUP_ID"] = "com.salesforce.mobilesdk"
2-
rootProject.ext["PUBLISH_VERSION"] = "13.0.1"
2+
rootProject.ext["PUBLISH_VERSION"] = "13.0.2"
33
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceAnalytics"
44

55
plugins {

libs/SalesforceHybrid/AndroidManifest.xml

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

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4-
android:versionCode="88"
5-
android:versionName="13.0.1">
4+
android:versionCode="89"
5+
android:versionName="13.0.2">
66

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

libs/SalesforceHybrid/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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"] = "13.0.1"
4+
rootProject.ext["PUBLISH_VERSION"] = "13.0.2"
55
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceHybrid"
66

77
plugins {

libs/SalesforceHybrid/res/xml/config.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
<widget xmlns = "http://www.w3.org/ns/widgets"
33
id = "com.salesforce.androidsdk"
4-
version = "13.0.1">
4+
version = "13.0.2">
55

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

0 commit comments

Comments
 (0)