Skip to content

Commit 7044a4a

Browse files
authored
merge release/5.8.0 to dev (#2217)
1 parent f1eb2d8 commit 7044a4a

File tree

5 files changed

+8
-4
lines changed

5 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 5.8.0
7+
----------
8+
-[PATCH] Update common @18.2.0
59
-[MINOR] Migrate Base64 away from Msebera (#2210)
610

711
Version 5.7.0

common

Submodule common updated 19 files

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=5.7.0
2+
versionName=5.8.0
33
versionCode=0

msalautomationapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

4-
def msalVersion = "5.7.0"
4+
def msalVersion = "5.8.0"
55

66
if (project.hasProperty("distMsalVersion")) {
77
msalVersion = distMsalVersion

testapps/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'
2929

3030
apply plugin: 'kotlin-android-extensions'
3131

32-
def msalVersion = "5.7.0"
32+
def msalVersion = "5.8.0"
3333

3434
if (project.hasProperty("distMsalVersion")) {
3535
msalVersion = distMsalVersion

0 commit comments

Comments
 (0)