build: update proguard rules for better clarity

This commit is contained in:
LucasGGamerM 2023-04-22 16:29:31 -03:00
parent e0f4f87086
commit 22febe019b
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
-keep class javax.** { *; }
-keep class org.** { *; }
#-keep class javax.** { *; }
-keep class org.joinmastodon.android.** { *; }
# Parceler library
-keep interface org.parceler.Parcel