Skip to content

Commit

Permalink
Merging melissaahn/release/4.6.0 to release/4.6.0 (#1730)
Browse files Browse the repository at this point in the history
* 4.6.0-RC1

* setting common submodule to melissaahn/release/12.0.0

* 4.6.0-RC2

* updating submodule

* removing rc tags
  • Loading branch information
melissaahn authored May 9, 2023
1 parent 237aabb commit ab1684f
Show file tree
Hide file tree
Showing 4 changed files with 5 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 : "12.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.5.0
versionName=4.6.0
versionCode=1
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
VNext
Version 4.6.0
-------------
- [MINOR] Remove dependency from common's storagehelper #1725
- [MINOR] Mapping ECDSA to EC in ClientCertRequest's keyTypes array (#1726)
- [PATCH] Update common @12.0.0

Version 4.5.0
-------------
Expand Down

0 comments on commit ab1684f

Please sign in to comment.