mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
This commit is contained in:
parent
9e6991452e
commit
ac51aae4ab
10
app/proguard-rules.pro
vendored
10
app/proguard-rules.pro
vendored
|
@ -21,7 +21,6 @@
|
||||||
# self
|
# self
|
||||||
-keep class li.songe.**{*;}
|
-keep class li.songe.**{*;}
|
||||||
-keep interface li.songe.**{*;}
|
-keep interface li.songe.**{*;}
|
||||||
-keep class com.hjq.toast.** {*;}
|
|
||||||
|
|
||||||
-keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod
|
-keepattributes *Annotation*,Signature,InnerClasses,EnclosingMethod
|
||||||
|
|
||||||
|
@ -48,13 +47,12 @@
|
||||||
# https://github.com/ktorio/ktor-documentation/blob/2.3.6/codeSnippets/snippets/proguard/proguard.pro
|
# https://github.com/ktorio/ktor-documentation/blob/2.3.6/codeSnippets/snippets/proguard/proguard.pro
|
||||||
-keep class io.ktor.server.cio.EngineMain { *; }
|
-keep class io.ktor.server.cio.EngineMain { *; }
|
||||||
-keep class io.ktor.server.config.HoconConfigLoader { *; }
|
-keep class io.ktor.server.config.HoconConfigLoader { *; }
|
||||||
-keep class kotlin.reflect.jvm.internal.** { *; }
|
|
||||||
-keep class kotlin.text.RegexOption { *; }
|
|
||||||
-keep class io.ktor.serialization.kotlinx.json.KotlinxSerializationJsonExtensionProvider { *; }
|
-keep class io.ktor.serialization.kotlinx.json.KotlinxSerializationJsonExtensionProvider { *; }
|
||||||
|
|
||||||
# kotlin
|
# kotlin
|
||||||
-keep class kotlin.** { *; }
|
-keep class kotlin.** { *; }
|
||||||
-keep class kotlin.Metadata { *; }
|
-keep class kotlin.Metadata { *; }
|
||||||
|
-keep class kotlin.text.RegexOption { *; }
|
||||||
-dontwarn kotlin.**
|
-dontwarn kotlin.**
|
||||||
-keepclassmembers class **$WhenMappings {
|
-keepclassmembers class **$WhenMappings {
|
||||||
<fields>;
|
<fields>;
|
||||||
|
@ -72,12 +70,6 @@
|
||||||
-dontwarn org.slf4j.impl.StaticLoggerBinder**
|
-dontwarn org.slf4j.impl.StaticLoggerBinder**
|
||||||
-dontwarn org.slf4j.impl.StaticMDCBinder**
|
-dontwarn org.slf4j.impl.StaticMDCBinder**
|
||||||
|
|
||||||
# <bugly-
|
|
||||||
# https://bugly.qq.com/docs/user-guide/instruction-manual-android/
|
|
||||||
-dontwarn com.tencent.bugly.**
|
|
||||||
-keep public class com.tencent.bugly.**{*;}
|
|
||||||
# -bugly>
|
|
||||||
|
|
||||||
# <mmkv-
|
# <mmkv-
|
||||||
# https://github.com/Tencent/MMKV/blob/master/Android/MMKV/mmkv/proguard-rules.pro
|
# https://github.com/Tencent/MMKV/blob/master/Android/MMKV/mmkv/proguard-rules.pro
|
||||||
-keepclasseswithmembers,includedescriptorclasses class com.tencent.mmkv.** {
|
-keepclasseswithmembers,includedescriptorclasses class com.tencent.mmkv.** {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user