Skip to content

Commit

Permalink
Merge pull request #1717 from AzureAD/fadidurah/release/4.4.1
Browse files Browse the repository at this point in the history
Version 4.4.1
  • Loading branch information
fadidurah authored Mar 8, 2023
2 parents 7f9f439 + 293c814 commit 44b7d4a
Show file tree
Hide file tree
Showing 4 changed files with 9 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 : "10.1.1"

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.3.0
versionName=4.4.1
versionCode=1
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
v.Next
----------
-------------

Version 4.4.1
-------------
- [PATCH] V4.4.0 was incorrectly built with RC versions, need to increment to V4.4.1
- [PATCH] Update [email protected]

Version 4.3.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion common
Submodule common updated 157 files

0 comments on commit 44b7d4a

Please sign in to comment.