Thank you Pringle for the working build

This commit is contained in:
Jobobby04 2023-05-06 20:56:33 -04:00
parent f2aa09039f
commit e7d083f119

View File

@ -260,6 +260,13 @@
static *** getCurrentEnvironment (...); static *** getCurrentEnvironment (...);
} }
# R8 full mode
-keepattributes Signature
-keep,allowoptimization class kotlin.coroutines.Continuation
-keep,allowoptimization class * extends uy.kohesive.injekt.api.TypeReference
-keep,allowoptimization public class io.requery.android.database.sqlite.SQLiteConnection { *; }
-keep,allowoptimization class org.apache.commons.compress.archivers.zip.**
# Suggested rules # Suggested rules
-dontwarn com.oracle.svm.core.annotate.AutomaticFeature -dontwarn com.oracle.svm.core.annotate.AutomaticFeature
-dontwarn com.oracle.svm.core.annotate.Delete -dontwarn com.oracle.svm.core.annotate.Delete