Skip to content

Commit 1ce909a

Browse files
rohitluthraAzure DevOps Pipelinep3dr0rv
authored
Manually merging working/release/8.0.0 to release/8.0.0, Fixes AB#3397730 (#2386)
Manually merging working/release/8.0.0 to release/8.0.0 PBI Item - [AB#3397730](https://dev.azure.com/IdentityDivision/Engineering/_workitems/edit/3397730) --------- Co-authored-by: Azure DevOps Pipeline <[email protected]> Co-authored-by: p3dr0rv <[email protected]>
1 parent 50deebc commit 1ce909a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
22

33
vNext
44
----------
5+
6+
Version 8.0.2
7+
----------
8+
- [PATCH] Update common @23.0.2
59
- [MAJOR] Update proguard rules (#2372)
610
- [MINOR] SDK now handles SMS as strong authentication method (#2382)
711
- [MINOR] Awaiting MFA Delegate now automatically returns the AuthMethods to be used when calling MFA Challenge (#2380)

common

Submodule common updated 41 files

msal/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ task sourcesJar(type: Jar) {
167167

168168
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
169169
// In release/*, we change these to specific versions being consumed.
170-
def commonVersion = "1.0.+"
170+
def commonVersion = "23.0.2"
171171
if (project.hasProperty("distCommonVersion")) {
172172
commonVersion = project.distCommonVersion
173173
}
174174
// Used for testfixtures
175-
def common4jVersion = "1.0.+"
175+
def common4jVersion = "23.0.2"
176176
if (project.hasProperty("distCommon4jVersion")) {
177177
distCommon4jVersion = project.distCommon4jVersion
178178
}

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=7.1.0
2+
versionName=8.0.2
33
versionCode=0

0 commit comments

Comments
 (0)