1
0
Fork 0
mirror of https://github.com/mihonapp/mihon.git synced 2025-03-03 04:55:38 +03:00

Fix missing type info in release builds

This commit is contained in:
arkon 2023-04-22 18:22:24 -04:00
parent e23cc8f83a
commit 2a218cca90

View file

@ -1,5 +1,7 @@
-dontobfuscate
-keep,allowoptimization class eu.kanade.**
# Keep common dependencies used in extensions
-keep,allowoptimization class androidx.preference.** { public protected *; }
-keep,allowoptimization class kotlin.** { public protected *; }