Commit fc91e796 authored by mengcuiguang's avatar mengcuiguang

1.0.4提交

parent f4abdc0d
......@@ -10,8 +10,8 @@ android {
applicationId "com.mints.highgold"
minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.0.5"
flavorDimensions "default"
// dex突破65535的限制
......@@ -117,7 +117,7 @@ android {
}
productFlavors {
qh360 {}
xiaomi {}
yingyongbao {}
oppo {}
highgold {}
......
......@@ -115,7 +115,6 @@ public class MintegralVedioAdManager implements MintegralVedioAdManagerView {
this.curCoin = curCoin;
this.extraId = extraId;
if (mMTGRewardVideoHandler != null) {
mMTGRewardVideoHandler.load();
}
......
......@@ -41,8 +41,10 @@ public class InsertScreenAdManager {
}
public void showInsertScreenAd(String carrierType) {
if (UserManager.getInstance().getAdShowFlag()) {
initInsertScreenAd(carrierType);
}
}
public void ondestory() {
if (mTTAd != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment