Skip to content

Commit

Permalink
[#1011] Add androidx.credential
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jan 17, 2025
1 parent f73d417 commit 24d7847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,10 @@
-dontwarn com.google.auto.service.AutoService
-dontwarn net.ltgt.gradle.incap.IncrementalAnnotationProcessor
-dontwarn net.ltgt.gradle.incap.IncrementalAnnotationProcessorType

##--------------- Begin: androidx.credential ----------
-if class androidx.credentials.CredentialManager
-keep class androidx.credentials.playservices.** {
*;
}
##--------------- End: androidx.credential ------------

0 comments on commit 24d7847

Please sign in to comment.