File tree 8 files changed +9
-9
lines changed
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
17
17
18
18
allprojects {
19
19
group = " com.salesforce.mobilesdk"
20
- version = " 11.1 .0"
20
+ version = " 12.0 .0"
21
21
22
22
// Ensure that we do not use newer language features that would make the SDK incompatible with
23
23
// apps that do not target the latest version of Kotlin.
Original file line number Diff line number Diff line change 1
1
@file:Suppress(" UnstableApiUsage" )
2
2
3
3
rootProject.ext[" PUBLISH_GROUP_ID" ] = " com.salesforce.mobilesdk"
4
- rootProject.ext[" PUBLISH_VERSION" ] = " 11.1 .0"
4
+ rootProject.ext[" PUBLISH_VERSION" ] = " 12.0 .0"
5
5
rootProject.ext[" PUBLISH_ARTIFACT_ID" ] = " MobileSync"
6
6
7
7
plugins {
Original file line number Diff line number Diff line change 1
1
@file:Suppress(" UnstableApiUsage" )
2
2
3
3
rootProject.ext[" PUBLISH_GROUP_ID" ] = " com.salesforce.mobilesdk"
4
- rootProject.ext[" PUBLISH_VERSION" ] = " 11.1 .0"
4
+ rootProject.ext[" PUBLISH_VERSION" ] = " 12.0 .0"
5
5
rootProject.ext[" PUBLISH_ARTIFACT_ID" ] = " SalesforceAnalytics"
6
6
7
7
plugins {
Original file line number Diff line number Diff line change 1
1
@file:Suppress(" UnstableApiUsage" )
2
2
3
3
rootProject.ext[" PUBLISH_GROUP_ID" ] = " com.salesforce.mobilesdk"
4
- rootProject.ext[" PUBLISH_VERSION" ] = " 11.1 .0"
4
+ rootProject.ext[" PUBLISH_VERSION" ] = " 12.0 .0"
5
5
rootProject.ext[" PUBLISH_ARTIFACT_ID" ] = " SalesforceHybrid"
6
6
7
7
plugins {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import org.apache.tools.ant.taskdefs.condition.Os
12
12
val useIntlJsc = false
13
13
14
14
rootProject.ext[" PUBLISH_GROUP_ID" ] = " com.salesforce.mobilesdk"
15
- rootProject.ext[" PUBLISH_VERSION" ] = " 11.1 .0"
15
+ rootProject.ext[" PUBLISH_VERSION" ] = " 12.0 .0"
16
16
rootProject.ext[" PUBLISH_ARTIFACT_ID" ] = " SalesforceReact"
17
17
18
18
plugins {
Original file line number Diff line number Diff line change 1
1
@file:Suppress(" UnstableApiUsage" )
2
2
3
3
rootProject.ext[" PUBLISH_GROUP_ID" ] = " com.salesforce.mobilesdk"
4
- rootProject.ext[" PUBLISH_VERSION" ] = " 11.1 .0"
4
+ rootProject.ext[" PUBLISH_VERSION" ] = " 12.0 .0"
5
5
rootProject.ext[" PUBLISH_ARTIFACT_ID" ] = " SalesforceSDK"
6
6
7
7
plugins {
Original file line number Diff line number Diff line change 1
1
@file:Suppress(" UnstableApiUsage" )
2
2
3
3
rootProject.ext[" PUBLISH_GROUP_ID" ] = " com.salesforce.mobilesdk"
4
- rootProject.ext[" PUBLISH_VERSION" ] = " 11.1 .0"
4
+ rootProject.ext[" PUBLISH_VERSION" ] = " 12.0 .0"
5
5
rootProject.ext[" PUBLISH_ARTIFACT_ID" ] = " SmartStore"
6
6
7
7
plugins {
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ update_top_build_gradle ()
56
56
{
57
57
local file=$1
58
58
local versionName=$2
59
- gsed -i " s/version = ' [0-9\.]*' /version = ' ${versionName} ' /g" ${file}
59
+ gsed -i " s/version = \" [0-9\.]*\" /version = \" ${versionName} \" /g" ${file}
60
60
}
61
61
62
62
update_build_gradle ()
63
63
{
64
64
local file=$1
65
65
local versionName=$2
66
- gsed -i " s/PUBLISH_VERSION = ' [0-9\.]*'/ PUBLISH_VERSION = ' ${versionName} ' /g" ${file}
66
+ gsed -i " s/\[ \" PUBLISH_VERSION\" \] = \" [0-9\.]*\" /\[ \" PUBLISH_VERSION\" \] = \" ${versionName} \" /g" ${file}
67
67
}
68
68
69
69
update_manifest ()
You can’t perform that action at this time.
0 commit comments