Skip to content

Commit bda20a1

Browse files
authored
Release branch prep for release 4.7.0 (#1871)
1 parent f53cb89 commit bda20a1

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
V.NEXT
2+
Version 4.7.0
33
----------
44
- [PATCH] Accommodating broker validator refactoring (#1851)
55
- [MINOR] Update YubiKit version to 2.3.0 (#1854)
6+
- [PATCH] Update common @15.0.0
67

78
Version 4.6.3
89
----------

msal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ task sourcesJar(type: Jar) {
187187

188188
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.0.+ to be able to be consumed by daily dev pipeline.
189189
// In release/*, we change these to specific versions being consumed.
190-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
190+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "15.0.0"
191191

192192
dependencies {
193193
//Please leave this in... desugaring is currently disabled by default; however it's required for running some tests

msal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=4.6.3
2+
versionName=4.7.0
33
versionCode=0

0 commit comments

Comments
 (0)