Skip to content

Commit

Permalink
Merge Amgusain/release/5.8.3 to release/5.8.3 (#2234)
Browse files Browse the repository at this point in the history
iamgusain authored Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9545831 commit 6e4cf15
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

Version 5.8.3
----------
-[PATCH] Update common @18.2.3

Version 5.8.2
----------
4 changes: 2 additions & 2 deletions msal/build.gradle
Original file line number Diff line number Diff line change
@@ -188,12 +188,12 @@ task sourcesJar(type: Jar) {

// In dev, we want to keep the dependencies (common4j, common) to 1.0.+ to be able to be consumed by daily dev pipeline.
// In release/*, we change these to specific versions being consumed.
def commonVersion = "18.2.2"
def commonVersion = "18.2.3"
if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
// Used for testfixtures
def common4jVersion = "15.2.1"
def common4jVersion = "15.2.3"
if (project.hasProperty("distCommon4jVersion")) {
distCommon4jVersion = project.distCommon4jVersion
}
2 changes: 1 addition & 1 deletion msal/versioning/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Wed Aug 01 15:24:11 PDT 2018
versionName=5.8.2
versionName=5.8.3
versionCode=0
2 changes: 1 addition & 1 deletion msalautomationapp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

def msalVersion = "5.8.2"
def msalVersion = "5.8.3"

if (project.hasProperty("distMsalVersion")) {
msalVersion = distMsalVersion
2 changes: 1 addition & 1 deletion testapps/testapp/build.gradle
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

def msalVersion = "5.8.2"
def msalVersion = "5.8.3"

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

0 comments on commit 6e4cf15

Please sign in to comment.