Warning, /network/kdeconnect-android/proguard-rules.pro is written in an unsupported language. File is not indexed.
0001 # Add project specific ProGuard rules here.
0002 # By default, the flags in this file are appended to flags specified
0003 # in {SDKHOME}/tools/proguard/proguard-android.txt
0004 # You can edit the include path and order by changing the proguardFiles
0005 # directive in build.gradle.kts.
0006 #
0007 # For more details, see
0008 # http://developer.android.com/guide/developing/tools/proguard.html
0009
0010 # Add any project specific keep options here:
0011
0012 # If your project uses WebView with JS, uncomment the following
0013 # and specify the fully qualified class name to the JavaScript interface
0014 # class:
0015 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
0016 # public *;
0017 #}
0018
0019 -dontobfuscate
0020
0021 -dontwarn org.spongycastle.**
0022 -dontwarn org.apache.sshd.**
0023 -dontwarn org.apache.mina.**
0024 -dontwarn org.slf4j.**
0025 -dontwarn io.netty.**
0026
0027 -keepattributes SourceFile,LineNumberTable,Signature,*Annotation*
0028
0029 -keep class org.spongycastle.** {*;}
0030
0031 # SSHd requires mina, and mina uses reflection so some classes would get deleted
0032 -keep class org.apache.mina.** {*;}
0033 -keep class org.apache.sshd.** {*;}
0034
0035 -keep class org.kde.kdeconnect.** {*;}
0036
0037 -dontwarn org.mockito.**
0038 -dontwarn sun.reflect.**
0039 -dontwarn android.test.**
0040 -dontwarn java.lang.management.**
0041 -dontwarn javax.**
0042
0043 -dontwarn android.net.ConnectivityManager
0044 -dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
0045 -dontwarn android.net.LinkProperties