Skip to content

Commit

Permalink
Merge pull request #1722 from AzureAD/pedroro/release/4.5.0
Browse files Browse the repository at this point in the history
release 4.5.0
  • Loading branch information
p3dr0rv authored Apr 6, 2023
2 parents eecb698 + b92ff0e commit 9c1a301
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ android {
useLibrary 'android.test.mock'
}

String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "11.0.0"

dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$rootProject.ext.coreLibraryDesugaringVersion"
Expand Down
2 changes: 1 addition & 1 deletion adal/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=4.4.1
versionName=4.5.0
versionCode=1
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v.Next
Version 4.5.0
-------------
- [MINOR] Bumping YubiKit Versions to 2.2.0 (#1719)

Expand Down
2 changes: 1 addition & 1 deletion userappwithbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
}

def adalVersion = "4.+"
def commonVersion = "10.0.0"
def commonVersion = "11.0.0"

if (project.hasProperty("distAdalVersion")) {
println "Overriding adal version to dist property " + distAdalVersion
Expand Down

0 comments on commit 9c1a301

Please sign in to comment.