Skip to content

Commit 300f792

Browse files
committed
Remove RC Tag
1 parent cc3533e commit 300f792

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ android {
131131
useLibrary 'android.test.mock'
132132
}
133133

134-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "10.0.0-RC2"
134+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "10.0.0"
135135

136136
dependencies {
137137
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$rootProject.ext.coreLibraryDesugaringVersion"

adal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=4.3.0-RC2
2+
versionName=4.3.0
33
versionCode=1

0 commit comments

Comments
 (0)