2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Make proguard keep mina, as SSHD uses it.

Mina uses reflection (eg in SimpleIoProcessorPool.java), so proguard was
breaking it.
This commit is contained in:
Albert Vaca
2016-06-09 16:00:04 +02:00
parent cfa13cb16b
commit abbbc9414d

2
proguard-rules.pro vendored
View File

@@ -33,6 +33,6 @@
-keepattributes SourceFile,LineNumberTable,Signature,*Annotation*
-keep class org.spongycastle.** {*;}
-keep class org.bouncycastle.** {*;}
-keep class org.apache.mina.** {*;}
-keep class org.kde.kdeconnect.** {*;}