Removed some unnecessary proguard rules
This commit is contained in:
parent
a9fde92dd9
commit
df5810a923
1 changed files with 3 additions and 8 deletions
11
app/proguard-rules.pro
vendored
11
app/proguard-rules.pro
vendored
|
@ -16,16 +16,13 @@
|
|||
# public *;
|
||||
#}
|
||||
|
||||
# Uncomment this to preserve the line number information for
|
||||
# Preserve the line number information for
|
||||
# debugging stack traces.
|
||||
#-keepattributes SourceFile,LineNumberTable
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
# If you keep the line number information, uncomment this to
|
||||
# hide the original source file name.
|
||||
#-renamesourcefileattribute SourceFile
|
||||
-keepnames class **
|
||||
-keepnames class ** { *; }
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
-dontwarn java.lang.invoke.*
|
||||
-dontwarn **$$Lambda$*
|
||||
|
@ -58,11 +55,9 @@
|
|||
-keepclassmembers enum * { *; }
|
||||
-keepattributes *Annotation*, Signature, Exception
|
||||
-keepnames class androidx.navigation.fragment.NavHostFragment
|
||||
-keepnames class code.name.monkey.retromusic.model.Home
|
||||
-keep class * extends androidx.fragment.app.Fragment{}
|
||||
-keepnames class * extends android.os.Parcelable
|
||||
-keepnames class * extends java.io.Serializable
|
||||
-keep class code.name.monkey.retromusic.network.model.** { *; }
|
||||
-keep class code.name.monkey.retromusic.model.CategoryInfo { *; }
|
||||
-keep class com.google.android.material.bottomsheet.** { *; }
|
||||
-keep class code.name.monkey.retromusic.Constants { *; }
|
||||
-keep class com.google.android.material.bottomsheet.** { *; }
|
Loading…
Reference in a new issue