mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Restore proguard, letting us stay alive by keeping more classes
For one, fragment classes referenced *only* from settings.xml (in app:fragment-attributes) where not pulled in. Accessing such settings would cause a crash.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
-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 { *; }
|
||||
|
||||
Reference in New Issue
Block a user