android: update R8 rules

This commit is contained in:
Harsh Shandilya 2021-08-05 22:15:35 +05:30
parent a6ae05ae52
commit 0826b73e51
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -9,8 +9,6 @@
# Pull request: https://github.com/square/retrofit/pull/3579. # Pull request: https://github.com/square/retrofit/pull/3579.
-keep,allowobfuscation,allowshrinking class retrofit2.Call -keep,allowobfuscation,allowshrinking class retrofit2.Call
# Retain annotation default values for all annotations.
# Required until R8 version >= 3.1.12-dev (expected in AGP 7.1.0-alpha4).
-keep,allowobfuscation,allowshrinking @interface *
-keep,allowobfuscation,allowshrinking class dev.msfjarvis.claw.android.** { *; } -keep,allowobfuscation,allowshrinking class dev.msfjarvis.claw.android.** { *; }
-dontobfuscate