diff --git a/README.md b/README.md index 7164afd..98fdaee 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ key/publish_key key store pass: 7654321Kingsome_ key alias: release key pass: 7654321Kingsome_ + +oppo使用alias: oppo ``` diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f553295..3cb2dbb 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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.** \ No newline at end of file +-dontwarn org.egret.** + +-keep class com.nearme.** { *; } \ No newline at end of file diff --git a/key/publish_key b/key/publish_key index 4b363cd..1fa6ae9 100644 Binary files a/key/publish_key and b/key/publish_key differ