proguard(app): disable ProGuard inlining optimisations

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-01-24 23:57:27 +05:30
parent 32bfdde04e
commit c835a59cbf
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -1,3 +1,5 @@
-keepattributes *Annotation*, EnclosingMethod, InnerClasses
-dontwarn org.jetbrains.kotlin.**
-dontwarn androidx.compose.animation.tooling.ComposeAnimation
-dontobfuscate
-dontoptimize