Skip to content

Commit 89326dc

Browse files
authored
Merge pull request #1709 from AzureAD/amgusain/release-4.0.4
Update common to 8.0.2
2 parents 70ad67e + 959c367 commit 89326dc

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,6 +1,7 @@
11
MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki
2-
V.Next
2+
Version 4.0.4
33
----------
4+
- [PATCH] Update common @8.0.2
45

56
Version 4.0.3
67
----------

msal/build.gradle

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

182182
// In dev, we want to keep the dependencies(common4j, broker4j, common) to 0.0.+ to be able to be consumed by daily dev pipeline.
183183
// In release/*, we change these to specific versions being consumed.
184-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.0"
184+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "8.0.2"
185185

186186
dependencies {
187187
testImplementation project(path: ':common4j')

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.0.3
2+
versionName=4.0.4
33
versionCode=0

0 commit comments

Comments
 (0)