Commit f48124e2 authored by wanglei's avatar wanglei

..

parent 27ad115c
...@@ -19,9 +19,9 @@ object ConfigHelper { ...@@ -19,9 +19,9 @@ object ConfigHelper {
const val openAdmobId = "/6499/example/app-open" const val openAdmobId = "/6499/example/app-open"
//max广告id //max广告id
const val interAdMaxId = "" const val interAdMaxId = "a"
const val nativeAdMaxId = "" const val nativeAdMaxId = "b"
const val openAdMaxId = "" const val openAdMaxId = "c"
//一定展示大图广告 //一定展示大图广告
var mustShowNativeAd: Boolean = false var mustShowNativeAd: Boolean = false
......
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