Commit 8a8c96e
authored
[MSAL] Update proguard rules, Fixes AB#3340920 (#2372)
Fixes
[AB#3340920](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3340920)
Common:
AzureAD/microsoft-authentication-library-common-for-android#2756
RUn:
https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1532428&view=results1 parent 148f2c6 commit 8a8c96e
File tree
4 files changed
+25
-6
lines changed- msal
- testapps/testapp
4 files changed
+25
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
- changelog.txt+6
- common/build.gradle+1
- common/consumer-rules.pro+38-11
- common/src/main/java/com/microsoft/identity/common/base64/AndroidBase64.kt+3-1
- common/src/main/java/com/microsoft/identity/common/internal/platform/AndroidDeviceMetadata.java+6-1
- common/src/main/java/com/microsoft/identity/common/internal/util/AndroidKeyStoreUtil.java+69-3
- common4j/src/main/com/microsoft/identity/common/java/commands/parameters/BrokerResourceAccountCommandParameters.java+41-1
- common4j/src/main/com/microsoft/identity/common/java/jwt/AbstractJwtRequest.java+1
- common4j/src/main/com/microsoft/identity/common/java/jwt/JwtRequestBody.java+3
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/AttributeName.java+10
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java+3-1
- common4j/src/main/com/microsoft/identity/common/java/platform/Device.java+19
- common4j/src/main/com/microsoft/identity/common/java/platform/IDeviceMetadata.java+8
- common4j/src/main/com/microsoft/identity/common/java/providers/microsoft/MicrosoftAuthorizationRequest.java+8
- common4j/src/test/com/microsoft/identity/common/java/platform/MockDeviceMetadata.java+6
- common4j/src/test/com/microsoft/identity/common/java/providers/microsoft/MicrosoftAuthorizationRequestTest.java+2
- common4j/src/test/com/microsoft/identity/common/java/providers/microsoft/microsoftsts/MicrosoftStsAuthorizationRequestTests.java+2
- common4j/versioning/version.properties+1-1
- versioning/version.properties+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | | - | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments