Skip to content

Commit

Permalink
rapong/release/5.2.1 (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdome committed Mar 28, 2024
1 parent 7f4365d commit 709de49
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki

vNext
Version 5.2.1
----------
- [MINOR] Update common @17.2.1

Version 5.2.0
----------
Expand Down
2 changes: 1 addition & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ 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 = "17.2.0"
def commonVersion = "17.2.1"
if (project.hasProperty("distCommonVersion")) {
commonVersion = project.distCommonVersion
}
Expand Down
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.2.0
versionName=5.2.1
versionCode=0
2 changes: 1 addition & 1 deletion testapps/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'kotlin-android'

apply plugin: 'kotlin-android-extensions'

def msalVersion = "5.2.0"
def msalVersion = "5.2.1"

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

0 comments on commit 709de49

Please sign in to comment.