1 Star 0 Fork 88

xuyihan2004 / AppUpdater

forked from Jenly / AppUpdater 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
proguard-rules.pro 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Jenly 提交于 2023-02-05 22:45 . 优化细节
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# 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 *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn com.king.app.updater.**
-keep class com.king.app.updater.**{ *;}
-keep class * extends com.king.app.updater.**{ *;}
-keep class * implements com.king.app.updater.**{ *;}
-keepattributes InnerClasses
-keep public class * extends android.app.Service
-keep class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
Android
1
https://gitee.com/xuyihan2004/AppUpdater.git
git@gitee.com:xuyihan2004/AppUpdater.git
xuyihan2004
AppUpdater
AppUpdater
master

搜索帮助