修改oppo打包的key, 修改oppo混淆规则

This commit is contained in:
zhl 2020-11-23 16:43:22 +08:00
parent 2059939f80
commit 63a15b11eb
3 changed files with 7 additions and 3 deletions

View File

@ -6,4 +6,6 @@ key/publish_key
key store pass: 7654321Kingsome_
key alias: release
key pass: 7654321Kingsome_
oppo使用alias: oppo
```

View File

@ -83,9 +83,11 @@
-dontwarn android.support.**
-keep class **.R$styleable{*;}
-keep class com.hnjc.wjtx.mi.** { *; }
-dontwarn com.hnjc.wjtx.mi.**
-keep class com.hnjc.wjtx.** { *; }
-dontwarn com.hnjc.wjtx.**
-keep class org.egret.** { *; }
-dontwarn org.egret.**
-dontwarn org.egret.**
-keep class com.nearme.** { *; }

Binary file not shown.