File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11vNext
22----------
3+ - [PATCH] Add JavascriptInterface rules to consumer proguard
34- [MINOR] Add optimized saveAndLoadAggregatedAccountData method in BrokerOAuth2TokenCache (#2832)
45- [MINOR] Remove MavenCentral repository from build.gradle files (#2830)
56- [MINOR] Determine whether broker app opts out from battery optimization (#2819)
Original file line number Diff line number Diff line change 2626-keep class * extends com.microsoft.identity.common.java.authscheme.AbstractAuthenticationScheme { *; }
2727-keep class com.microsoft.identity.common.internal.broker.AuthUxJsonPayload { *; }
2828
29+ # Keep WebView JS bridge methods annotated with @JavascriptInterface
30+ -keepclassmembers class com.microsoft.identity.** {
31+ @android.webkit.JavascriptInterface <methods>;
32+ }
2933
3034#For Android Credential Manager: https://developer.android.com/training/sign-in/passkeys#proguard
3135-if class androidx.credentials.CredentialManager
You can’t perform that action at this time.
0 commit comments