You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
919 B
32 lines
919 B
# Build the ephemeral app in a module project. |
|
# Prevents: Warning: library class <plugin-package> depends on program class io.flutter.plugin.** |
|
# This is due to plugins (libraries) depending on the embedding (the program jar) |
|
-dontwarn io.flutter.plugin.** |
|
|
|
# The android.** package is provided by the OS at runtime. |
|
-dontwarn android.** |
|
|
|
|
|
-keep class cn.sharesdk.**{*;} |
|
-keep class com.sina.**{*;} |
|
-keep class com.mob.**{*;} |
|
-keep class com.bytedance.**{*;} |
|
-dontwarn cn.sharesdk.** |
|
-dontwarn com.sina.** |
|
-dontwarn com.mob.** |
|
|
|
|
|
|
|
#andResGuard { |
|
# whiteList = [ |
|
# "R.layout.mob_authorize_*", |
|
# "R.drawable.mobcommon_authorize_*", |
|
# "R.drawable.ssdk_*", |
|
# "R.drawable.ssdk_oks_*", |
|
# "R.string.ssdk_oks_*", |
|
# "R.string.ssdk_*", |
|
# "R.style.mobcommon_*", |
|
# "R.ssdk_strings.*", |
|
# "R.string.mobdemo_authorize_*", |
|
# ] |
|
#}
|
|
|