Ask proguard to keep SystemInstaller observers
Proguard removed the method org.fdroid.fdroid.installer.SystemInstaller$PackageInstallObserver$packageInstalled, resulting in an AbstractMethodError crash. Fixes issue [79](https://gitlab.com/fdroid/fdroidclient/issues/79).
This commit is contained in:
parent
71e11027d0
commit
3a3a480429
@ -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