Skip to content

Commit 457ffdc

Browse files
authored
Merge pull request #1691 from AzureAD/amgusain/upgrade-appCompatVersion-adal
Update androidx appcompat version from 1.0.2 -> 1.1.0
2 parents 5f77d95 + 7b2628a commit 457ffdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v.Next
22
----------
3+
- [PATCH] Update androidx appcompat version from 1.0.2 -> 1.1.0 (#1691)
34
- [MAJOR] Added YubiKit SDK to common, which requires host apps that use ADAL to upgrade to Java Version 8 (#1689)
45
- [PATCH] Update gson version to 2.8.9
56
- [MINOR] Remove PKeyAuth support from ADAL (#1685)

common

Submodule common updated 42 files

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext {
2424
androidxTestCoreVersion = "1.2.0"
2525
androidxJunitVersion = "1.1.1"
2626
annotationVersion = "1.0.0"
27-
appCompatVersion = "1.0.2"
27+
appCompatVersion = "1.1.0"
2828
browserVersion = "1.0.0"
2929
constraintLayoutVersion = "1.1.3"
3030
dexmakerMockitoVersion = "2.19.0"

0 commit comments

Comments
 (0)