Merge branch 'move-proguard-rules' into 'master'

Move ProGuard rules for Briar to briar-android

See merge request briar/briar!1580
This commit is contained in:
akwizgran
2022-01-13 11:44:38 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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 class org.h2.Driver { *; }
-keep class org.h2.engine.Engine { *; }

View File

@@ -3,6 +3,8 @@
-dontobfuscate
-keepattributes SourceFile, LineNumberTable, *Annotation*, Signature, InnerClasses, EnclosingMethod
-keep,includedescriptorclasses class org.briarproject.briar.android.**,org.briarproject.briar.api.android.** { *; }
# QR codes
-keep class com.google.zxing.Result
-keepclassmembers enum * {