Skip to content

Commit 802a11a

Browse files
authored
Merge pull request #1654 from AzureAD/mchand/MSAL4.0.0-RC3
Bump MSAL RC version
2 parents 5310549 + eb6a83f commit 802a11a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

changelog

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

3-
vNext
3+
Version 4.0.0
44
----------
5+
- [PATCH] Update [email protected]
56
- [PATCH] Update androidx appcompat version from 1.0.2 -> 1.1.0 (#1629)
67
- [MINOR] Add prompt=create support. (#1611)
78
- [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-RC3"
182+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "6.0.0-RC4"
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-RC2
2+
versionName=4.0.0-RC3
33
versionCode=0

0 commit comments

Comments
 (0)