修改BUG

修改飘屏,飘屏不合适
This commit is contained in:
2025-09-05 22:39:50 +08:00
parent 7217a9e38e
commit f387e05286
2 changed files with 11 additions and 1 deletions

View File

@@ -898,3 +898,13 @@ public static java.lang.String TABLENAME;
-keep class com.xscm.moduleutil.utils.location.** { *; }
-keep class io.agora.**{*;}
# 在proguard-rules.pro中添加
-keep class your.package.name.** {
public protected *;
}
# 或者针对特定方法
-keepclassmembers class * {
public void displayMessage();
}

View File

@@ -30,7 +30,7 @@ isBuildModule=false
android.injected.testOnly=false
APP_VERSION_NAME=1.0.0
APP_VERSION_CODE=111
APP_VERSION_CODE=114
org.gradle.jvm.toolchain.useLegacyAdapters=false
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15