Commit 19be782
authored
YubiKit 2.5.0 and CredMan 1.2.2 (#2109)
### Summary
Latest versions:
- CredMan 1.2.2:
https://developer.android.com/jetpack/androidx/releases/credentials#1.2.2
- YubiKit 2.5.0: https://github.com/Yubico/yubikit-android/releases
Manual testing was conducted and passed.1 parent f357998 commit 19be782
3 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
- changelog.txt+2
- common/src/test/java/com/microsoft/identity/common/SharedPreferencesAccountCredentialCacheTest.java+220
- common4j/src/main/com/microsoft/identity/common/java/cache/AbstractAccountCredentialCache.java+7-4
- common4j/src/main/com/microsoft/identity/common/java/cache/IAccountCredentialCache.java+31
- common4j/src/main/com/microsoft/identity/common/java/cache/SharedPreferencesAccountCredentialCache.java+51-6
- common4j/src/main/com/microsoft/identity/common/java/cache/SharedPreferencesAccountCredentialCacheWithMemoryCache.java+51-6
- common4j/src/main/com/microsoft/identity/common/java/exception/ErrorStrings.java+5
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+11-1
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+2-1
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/MicrosoftTokenRequest.java+15
- common4j/src/main/com/microsoft/identity/common/java/providers/oauth2/TokenRequest.java+2-1
- gradle/versions.gradle+4-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments