Skip to content

Commit

Permalink
chore: add ProGuard rules for this library
Browse files Browse the repository at this point in the history
Add ProGuard/R8 keep rules to ensure this lib will be compatible with obfuscation enabled, the files under `src/main/resources/META-INF/proguard` should be interpreted by R8 automatically.
  • Loading branch information
Goooler committed Dec 14, 2023
1 parent 8c3c194 commit b13ecbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class com.google.api.client.auth.** { *; }

0 comments on commit b13ecbb

Please # to comment.