# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
#   http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
#   public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#慧聚混淆配置,必选
-keep public class com.joomob.sdk.** {*;}

-keep public class com.tradplus.ads.mgr.interstitial.*{public *; protected *;}
-keep public class com.tradplus.ads.mgr.nativead.*{public *; protected *;}
-keep public class com.tradplus.ads.mgr.nativead.views.CountDownAnimiView{public *; protected *;}
-keep public class com.tradplus.ads.mgr.nativead.views.CountDownView{public *; protected *;}
-keep public class com.tradplus.ads.mgr.nativead.views.CustomImageView{public *; protected *;}
-keep public class com.tradplus.ads.mgr.banner.*{public *; protected *;}
-keep public class com.tradplus.ads.mgr.reward.*{public *; protected *;}
-keep public class com.tradplus.ads.mgr.interactive.*{public *; protected *;}
-keep public class com.tradplus.ads.mgr.TradPlusMgr {*;}


-keep public class com.tradplus.ads.open.banner.*{public *; protected *;}
-keep public class com.tradplus.ads.open.interstitial.*{public *; protected *;}
-keep interface com.tradplus.ads.open.interstitial.InterstitialAdListener {*;}
-keep public class com.tradplus.ads.open.nativead.*{public *; protected *;}
-keep public class com.tradplus.ads.open.offerwall.*{public *; protected *;}
-keep interface com.tradplus.ads.open.offerwall.OfferWallAdListener {*;}
-keep public class com.tradplus.ads.open.reward.*{public *; protected *;}
-keep interface com.tradplus.ads.open.reward.RewardAdListener {*;}
-keep public class com.tradplus.ads.open.interactive.*{public *; protected *;}
-keep interface com.tradplus.ads.open.interactive.InterActiveAdListener {*;}
-keep public class com.tradplus.ads.open.splash.*{public *; protected *;}
-keep public class com.tradplus.ads.open.TradPlusSdk{ public *; protected *;}

-keep interface com.tradplus.ads.open.TradPlusSdk$TradPlusInitListener { public *; protected *; }
-keep interface com.tradplus.ads.open.TradPlusSdk$TPGDPRListener { public *; protected *; }
-keep interface com.tradplus.ads.open.TradPlusSdk$TPPrivacyListener { public *; protected *; }
-keep interface com.tradplus.ads.open.TradPlusSdk$TPGDPRAuthListener{ public *; protected *; }
-keep interface com.tradplus.ads.open.LoadAdEveryLayerListener{ *; }
-keep interface com.tradplus.ads.open.DownloadListener{ *; }
-keep interface com.tradplus.ads.open.RewardAdExListener{ *; }
-keep interface com.tradplus.ads.open.offerwall.OffWallBalanceListener{ *; }
-keep public class com.tradplus.ads.unity.*{*;}