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
|
2023-08-08 08:01:35 +00:00
|
|
|
# directive in build.gradle.kts.
|
2015-06-13 20:58:59 -07:00
|
|
|
#
|
|
|
|
# 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
|
2016-03-07 15:49:45 -08:00
|
|
|
-keepattributes SourceFile,LineNumberTable,Signature,*Annotation*
|
2024-12-29 02:44:12 +01:00
|
|
|
-keep class org.kde.kdeconnect.** {*;}
|
2016-06-10 11:39:52 +02:00
|
|
|
|
|
|
|
# SSHd requires mina, and mina uses reflection so some classes would get deleted
|
2018-10-31 15:23:36 +01:00
|
|
|
-keep class org.apache.sshd.** {*;}
|
2024-12-29 02:44:12 +01:00
|
|
|
-dontwarn org.apache.sshd.**
|
2016-03-03 11:37:36 -08:00
|
|
|
|