Merge branch 'master' of https://gitlab.com/rrieve/fdroidclient
This commit is contained in:
commit
db21ad2d3c
@ -11,3 +11,9 @@
|
||||
# by certain certificates.
|
||||
# Reference: https://gitlab.com/fdroid/fdroidclient/issues/88
|
||||
-keep class org.spongycastle.**
|
||||
|
||||
# This keeps class members used for SystemInstaller IPC.
|
||||
# Reference: https://gitlab.com/fdroid/fdroidclient/issues/79
|
||||
-keepclassmembers class * implements android.os.IInterface {
|
||||
public *;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user