Skip to content

Commit be11c00

Browse files
author
Azure DevOps Pipeline
committed
Update to RC1
1 parent a27d627 commit be11c00

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
vNext
22
----------
3+
4+
Version 0.1.91-RC1
5+
----------
36
- [PATCH] Add JavascriptInterface rules to consumer proguard rules (#2837)
47
- [MINOR] Add optimized saveAndLoadAggregatedAccountData method in BrokerOAuth2TokenCache (#2832)
58
- [MINOR] Remove MavenCentral repository from build.gradle files (#2830)

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.withType(Test) {
4040

4141
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
4242
// In release/*, we change these to specific versions being consumed.
43-
def common4jVersion = "1.0.+"
43+
def common4jVersion = "0.1.91-RC1"
4444
if (project.hasProperty("distCommon4jVersion") && project.distCommon4jVersion != '') {
4545
common4jVersion = project.distCommon4jVersion
4646
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Wed May 12 20:08:39 UTC 2021
2-
versionName=23.1.1
2+
versionName=0.1.91-RC1
33
versionCode=1
44
latestPatchVersion=227

versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Tue Apr 06 22:55:08 UTC 2021
2-
versionName=23.1.1
2+
versionName=0.1.91-RC1
33
versionCode=1
44
latestPatchVersion=234

0 commit comments

Comments
 (0)