Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging Release/4.8.18 to dev #1817

Merged
merged 5 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.16
versionName=4.8.18
somalaya marked this conversation as resolved.
Show resolved Hide resolved
versionCode=1
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
vNext
Version 4.8.18
---------
- [PATCH] Update common @18.2.2

Version 4.8.17
---------
- [PATCH] Update common @18.2.1

Version 4.8.16
---------
Expand Down
4 changes: 2 additions & 2 deletions userappwithbroker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ allprojects {
}
}

def adalVersion = "4.8.16"
def commonVersion = "18.2.0"
def adalVersion = "4.8.18"
def commonVersion = "18.2.2"

if (project.hasProperty("distAdalVersion")) {
println "Overriding adal version to dist property " + distAdalVersion
Expand Down