mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 06:09:55 +01:00
Move ProGuard rules for Briar to briar-android.
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
-keep,includedescriptorclasses class org.briarproject.briar.android.**,org.briarproject.briar.api.android.** { *; }
|
|
||||||
|
|
||||||
# Keep the H2 classes that are loaded via reflection
|
# Keep the H2 classes that are loaded via reflection
|
||||||
-keep class org.h2.Driver { *; }
|
-keep class org.h2.Driver { *; }
|
||||||
-keep class org.h2.engine.Engine { *; }
|
-keep class org.h2.engine.Engine { *; }
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
-dontobfuscate
|
-dontobfuscate
|
||||||
-keepattributes SourceFile, LineNumberTable, *Annotation*, Signature, InnerClasses, EnclosingMethod
|
-keepattributes SourceFile, LineNumberTable, *Annotation*, Signature, InnerClasses, EnclosingMethod
|
||||||
|
|
||||||
|
-keep,includedescriptorclasses class org.briarproject.briar.android.**,org.briarproject.briar.api.android.** { *; }
|
||||||
|
|
||||||
# QR codes
|
# QR codes
|
||||||
-keep class com.google.zxing.Result
|
-keep class com.google.zxing.Result
|
||||||
-keepclassmembers enum * {
|
-keepclassmembers enum * {
|
||||||
|
|||||||
Reference in New Issue
Block a user