Skip to content

Commit a5b41de

Browse files
committed
Mobile SDK 13.0.1
1 parent f4615f1 commit a5b41de

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
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.0
26+
### What's New in 13.0.1
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.0"
21+
version = "13.0.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

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
android:versionCode="88"
5-
android:versionName="13.0.0">
5+
android:versionName="13.0.1">
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.0"
2+
rootProject.ext["PUBLISH_VERSION"] = "13.0.1"
33
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "MobileSync"
44

55
plugins {

libs/SalesforceAnalytics/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
android:versionCode="88"
5-
android:versionName="13.0.0">
5+
android:versionName="13.0.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

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.0"
2+
rootProject.ext["PUBLISH_VERSION"] = "13.0.1"
33
rootProject.ext["PUBLISH_ARTIFACT_ID"] = "SalesforceAnalytics"
44

55
plugins {

libs/SalesforceHybrid/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
android:versionCode="88"
5-
android:versionName="13.0.0">
5+
android:versionName="13.0.1">
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.0"
4+
rootProject.ext["PUBLISH_VERSION"] = "13.0.1"
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.0">
4+
version = "13.0.1">
55

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

0 commit comments

Comments
 (0)