Skip to content

Commit 1134066

Browse files
authored
Merge pull request #1680 from AzureAD/rapong/removeRcfrom401
Remove RC tag
2 parents 8b3541e + 620cfc1 commit 1134066

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
@@ -1,5 +1,5 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
vNext
2+
Version 4.0.1
33
----------
44
- [PATCH] Update common to 6.0.1
55

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.1-RC1"
182+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "6.0.1"
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.1-RC1
2+
versionName=4.0.1
33
versionCode=0

0 commit comments

Comments
 (0)