Skip to content

Commit 7fb3cc1

Browse files
committed
Update Msal version and remove RC Tag
1 parent 802a11a commit 7fb3cc1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
22

33
Version 4.0.0
44
----------
5-
- [PATCH] Update common@6.0.0-RC4
5+
- [PATCH] Update common to 6.0.0
66
- [PATCH] Update androidx appcompat version from 1.0.2 -> 1.1.0 (#1629)
77
- [MINOR] Add prompt=create support. (#1611)
88
- [PATCH] Ensure consistent TAGs in the logger (#1612)

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ task sourcesJar(type: Jar) {
179179
destinationDirectory = reporting.file("$project.buildDir/outputs/jar/")
180180
}
181181

182-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "6.0.0-RC4"
182+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "6.0.0"
183183

184184
dependencies {
185185
testImplementation project(path: ':common4j')

msal/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.0.0-RC3
2+
versionName=4.0.0
33
versionCode=0

0 commit comments

Comments
 (0)