Ai
2 Star 0 Fork 0

mirrors_googlesamples/android-dynamic-code-loading

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
proguard-rules.pro 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Wojtek Kaliciński 提交于 2019-04-26 20:18 +08:00 . Dynamic code loading sample
# 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
#-keepattributes *Annotation*
#
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.google.android.samples.storage.StorageFeatureImpl {
com.google.android.samples.storage.StorageFeatureImpl$Provider Provider;
}
-keep class com.google.android.samples.storage.StorageFeatureImpl$Provider {
*;
}
# There was a bug, but it's gone now. Uncomment on earlier R8 versions (?)
#-keep interface com.google.android.samples.dynamiccodeloading.StorageFeature {
# *;
#}
-keep class kotlin.Metadata {
*;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_googlesamples/android-dynamic-code-loading.git
git@gitee.com:mirrors_googlesamples/android-dynamic-code-loading.git
mirrors_googlesamples
android-dynamic-code-loading
android-dynamic-code-loading
master

搜索帮助