mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 02:07:01 +05:30
proguard(app): disable ProGuard inlining optimisations
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
32bfdde04e
commit
c835a59cbf
1 changed files with 2 additions and 0 deletions
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
@ -1,3 +1,5 @@
|
|||
-keepattributes *Annotation*, EnclosingMethod, InnerClasses
|
||||
-dontwarn org.jetbrains.kotlin.**
|
||||
-dontwarn androidx.compose.animation.tooling.ComposeAnimation
|
||||
-dontobfuscate
|
||||
-dontoptimize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue