mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
android: update R8 rules
This commit is contained in:
parent
a6ae05ae52
commit
0826b73e51
1 changed files with 2 additions and 4 deletions
6
android/proguard-rules.pro
vendored
6
android/proguard-rules.pro
vendored
|
@ -9,8 +9,6 @@
|
|||
# Pull request: https://github.com/square/retrofit/pull/3579.
|
||||
-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.** { *; }
|
||||
|
||||
-dontobfuscate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue