Skip to content

Commit 9545831

Browse files
authored
Merge somalaya/release/5.8.2 to release/5.8.2 (#2222)
1 parent ea359cf commit 9545831

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
22

3+
4+
Version 5.8.2
5+
----------
6+
-[PATCH] Update common @18.2.2
7+
38
Version 5.8.1
49
----------
510
-[PATCH] Update common @18.2.1

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ task sourcesJar(type: Jar) {
188188

189189
// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
190190
// In release/*, we change these to specific versions being consumed.
191-
def commonVersion = "18.2.1"
191+
def commonVersion = "18.2.2"
192192
if (project.hasProperty("distCommonVersion")) {
193193
commonVersion = project.distCommonVersion
194194
}

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.8.1
2+
versionName=5.8.2
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.8.1"
4+
def msalVersion = "5.8.2"
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.8.1"
32+
def msalVersion = "5.8.2"
3333

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

0 commit comments

Comments
 (0)