Thank you Pringle for the working build
This commit is contained in:
parent
f2aa09039f
commit
e7d083f119
1 changed files with 7 additions and 0 deletions
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…
Reference in a new issue