2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 05:07:40 +00:00

Added some proguard rules suggested by proguard itself when running

This commit is contained in:
Albert Vaca 2016-03-07 15:49:45 -08:00
parent 98914ce182
commit fd7d39e6ac

2
proguard-rules.pro vendored
View File

@ -30,7 +30,7 @@
-dontwarn org.slf4j.**
-dontwarn io.netty.**
-keepattributes SourceFile,LineNumberTable,Signature
-keepattributes SourceFile,LineNumberTable,Signature,*Annotation*
-keep class org.spongycastle.** {*;}
-keep class org.bouncycastle.** {*;}