Thank you Pringle for the working build
This commit is contained in:
parent
f2aa09039f
commit
e7d083f119
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user