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