mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Target Android SDK 35
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
-keepattributes SourceFile, LineNumberTable, *Annotation*, Signature, InnerClasses, EnclosingMethod
|
||||
|
||||
-keep,includedescriptorclasses class org.briarproject.briar.android.**,org.briarproject.briar.api.android.** { *; }
|
||||
-keep class org.briarproject.bramble.system.UnixSecureRandomSpi { *; }
|
||||
|
||||
# QR codes
|
||||
-keep class com.google.zxing.Result
|
||||
@@ -42,3 +43,6 @@
|
||||
|
||||
# Dependency injection annotations, needed for UI tests on older API levels
|
||||
-keep class javax.inject.**
|
||||
|
||||
# H2 database: keep H2 MVStore classes
|
||||
-keep class org.h2.mvstore.db.MVTableEngine
|
||||
|
||||
Reference in New Issue
Block a user