2015-06-13 20:58:59 -07:00
|
|
|
# Add project specific ProGuard rules here.
|
|
|
|
# By default, the flags in this file are appended to flags specified
|
|
|
|
# in {SDKHOME}/tools/proguard/proguard-android.txt
|
|
|
|
# You can edit the include path and order by changing the proguardFiles
|
|
|
|
# directive in build.gradle.
|
|
|
|
#
|
|
|
|
# For more details, see
|
|
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
|
|
|
|
# Add any project specific keep options here:
|
|
|
|
|
|
|
|
# If your project uses WebView with JS, uncomment the following
|
|
|
|
# and specify the fully qualified class name to the JavaScript interface
|
|
|
|
# class:
|
|
|
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
|
|
# public *;
|
|
|
|
#}
|
|
|
|
|
2016-03-03 11:37:36 -08:00
|
|
|
-dontobfuscate
|
|
|
|
|
|
|
|
-dontwarn org.spongycastle.**
|
2015-06-13 20:58:59 -07:00
|
|
|
-dontwarn org.apache.sshd.**
|
|
|
|
-dontwarn org.apache.mina.**
|
|
|
|
-dontwarn org.slf4j.**
|
2015-07-01 03:25:16 +05:30
|
|
|
-dontwarn io.netty.**
|
2015-06-13 20:58:59 -07:00
|
|
|
|
2016-03-07 15:49:45 -08:00
|
|
|
-keepattributes SourceFile,LineNumberTable,Signature,*Annotation*
|
2016-02-12 08:36:58 -08:00
|
|
|
|
|
|
|
-keep class org.spongycastle.** {*;}
|
2016-06-10 11:39:52 +02:00
|
|
|
|
|
|
|
# SSHd requires mina, and mina uses reflection so some classes would get deleted
|
2016-06-09 16:00:04 +02:00
|
|
|
-keep class org.apache.mina.** {*;}
|
2018-10-31 15:23:36 +01:00
|
|
|
-keep class org.apache.sshd.** {*;}
|
2016-03-03 11:37:36 -08:00
|
|
|
|
|
|
|
-keep class org.kde.kdeconnect.** {*;}
|
2018-10-16 15:02:13 +02:00
|
|
|
|
|
|
|
-dontwarn org.mockito.**
|
|
|
|
-dontwarn sun.reflect.**
|
|
|
|
-dontwarn android.test.**
|
|
|
|
-dontwarn java.lang.management.**
|
2019-02-11 20:04:40 +01:00
|
|
|
-dontwarn javax.**
|
2020-07-05 13:32:44 +05:30
|
|
|
|
|
|
|
-dontwarn android.net.ConnectivityManager
|
|
|
|
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
|
|
|
-dontwarn android.net.LinkProperties
|