From 7f164e7276605c46a0e0eb6bf040da7cd2c3822d Mon Sep 17 00:00:00 2001 From: ocean <503259349@qq.com> Date: Mon, 15 Dec 2025 14:44:30 +0800 Subject: [PATCH] update --- .gitignore | 1 + app/proguard-rules.pro | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa724b7..83442ce 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .externalNativeBuild .cxx local.properties +release \ No newline at end of file diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 824c42b..d2899ee 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -26,4 +26,7 @@ -keep public class com.tradplus.** { *; } -keep class com.tradplus.ads.** { *; } - +-dontwarn com.tp.adx.sdk.exceptions.IntentNotResolvableException +-dontwarn com.tradplus.china.common.ApkDownloadManager +-dontwarn com.tradplus.china.common.download.ApkRequest +-dontwarn com.tradplus.china.common.resource.ApkResource