1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jenly1314-AppUpdater

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
proguard-rules.pro 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jenly Отправлено 05.02.2023 17:45 30aaeeb
# 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 *;
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jenly1314-AppUpdater.git
git@api.gitlife.ru:oschina-mirror/jenly1314-AppUpdater.git
oschina-mirror
jenly1314-AppUpdater
jenly1314-AppUpdater
master