Use a more generic comment on -keep proguard rules
This commit is contained in:
parent
dc46bc2e84
commit
47352eddd0
9
F-Droid/proguard-rules.pro
vendored
9
F-Droid/proguard-rules.pro
vendored
@ -10,11 +10,10 @@
|
|||||||
-dontnote android.support.**
|
-dontnote android.support.**
|
||||||
-dontnote **ILicensingService
|
-dontnote **ILicensingService
|
||||||
|
|
||||||
# The nature of the Java security suite implementations are that they use a
|
# These libraries are known to break if minification is enabled on them. They
|
||||||
# lot of reflection to instantiate classes. The end result is that proguard
|
# use reflection to instantiate classes, for example. If the keep flags are
|
||||||
# excludes classes which may be required, depending on the security algorithms
|
# removed, proguard will strip classes which are required, which may result in
|
||||||
# required by certain certificates.
|
# crashes.
|
||||||
# Reference: https://gitlab.com/fdroid/fdroidclient/issues/88
|
|
||||||
-keep class kellinwood.** {*;}
|
-keep class kellinwood.** {*;}
|
||||||
-keep class javax.jmdns.** {*;}
|
-keep class javax.jmdns.** {*;}
|
||||||
-keep class org.spongycastle.** {*;}
|
-keep class org.spongycastle.** {*;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user