mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 14:15:14 +00:00
Making sure proguard is not removing anything from bouncy/spongycastle
Some classes are only loaded dynamically and proguard would not see it.
This commit is contained in:
5
proguard-rules.pro
vendored
5
proguard-rules.pro
vendored
@@ -29,4 +29,7 @@
|
|||||||
-dontwarn io.netty.**
|
-dontwarn io.netty.**
|
||||||
-dontwarn org.spongycastle.**
|
-dontwarn org.spongycastle.**
|
||||||
|
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable,Signature
|
||||||
|
|
||||||
|
-keep class org.spongycastle.** {*;}
|
||||||
|
-keep class org.bouncycastle.** {*;}
|
||||||
|
Reference in New Issue
Block a user