Commit fc91e796 authored by mengcuiguang's avatar mengcuiguang

1.0.4提交

parent f4abdc0d
...@@ -10,8 +10,8 @@ android { ...@@ -10,8 +10,8 @@ android {
applicationId "com.mints.highgold" applicationId "com.mints.highgold"
minSdkVersion rootProject.ext.androidMinSdkVersion minSdkVersion rootProject.ext.androidMinSdkVersion
targetSdkVersion rootProject.ext.androidTargetSdkVersion targetSdkVersion rootProject.ext.androidTargetSdkVersion
versionCode 5 versionCode 6
versionName "1.0.4" versionName "1.0.5"
flavorDimensions "default" flavorDimensions "default"
// dex突破65535的限制 // dex突破65535的限制
...@@ -117,7 +117,7 @@ android { ...@@ -117,7 +117,7 @@ android {
} }
productFlavors { productFlavors {
qh360 {} xiaomi {}
yingyongbao {} yingyongbao {}
oppo {} oppo {}
highgold {} highgold {}
......
...@@ -115,7 +115,6 @@ public class MintegralVedioAdManager implements MintegralVedioAdManagerView { ...@@ -115,7 +115,6 @@ public class MintegralVedioAdManager implements MintegralVedioAdManagerView {
this.curCoin = curCoin; this.curCoin = curCoin;
this.extraId = extraId; this.extraId = extraId;
if (mMTGRewardVideoHandler != null) { if (mMTGRewardVideoHandler != null) {
mMTGRewardVideoHandler.load(); mMTGRewardVideoHandler.load();
} }
......
...@@ -41,7 +41,9 @@ public class InsertScreenAdManager { ...@@ -41,7 +41,9 @@ public class InsertScreenAdManager {
} }
public void showInsertScreenAd(String carrierType) { public void showInsertScreenAd(String carrierType) {
initInsertScreenAd(carrierType); if (UserManager.getInstance().getAdShowFlag()) {
initInsertScreenAd(carrierType);
}
} }
public void ondestory() { public void ondestory() {
......
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