Skip to content

Commit

Permalink
Merging somalaya/release/4.7.1 to release/4.7.1 (#1736)
Browse files Browse the repository at this point in the history
* updated versions.properties, build.gradle & changeLog

* changed RC1 to RC3 as RC1 and RC2 are already pushed in Jul 2022

* updated common to RC2

* version changed to 4.7.0

* updated to RC3

* removed RC tags

* updated changeLog, version.props and buildGradle
  • Loading branch information
somalaya authored Jun 9, 2023
1 parent 1edb259 commit e26168d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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 : "13.0.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.6.0
versionName=4.7.1
versionCode=1
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
VNext
Version 4.7.1
-------------
- [MAJOR] Consolidate Storage Supplier (breaking change introduced in common) #1729
- [MINOR] Replacing SHA-1 used in broker validation with SHA-512 (#1732)
- [MINOR] Removing thumbprint check from PkeyAuthChallenge (#1733)
- [PATCH] Update common @13.0.1
- [PATCH] Version 4.7.0 was built with common which had lint errors, updated to consume common after resolving errors

Version 4.6.0
-------------
Expand Down

0 comments on commit e26168d

Please sign in to comment.