Commit 432f125d authored by wanglei's avatar wanglei

...

parent bf98bd98
......@@ -10,7 +10,7 @@ android {
compileSdk 34
defaultConfig {
applicationId "com.base.datarecovery"
applicationId "com.kk.cleanmaster.file.cleanmaster.master"
minSdk 24
targetSdk 34
versionCode 1
......
......@@ -9,7 +9,7 @@
"client_info": {
"mobilesdk_app_id": "1:286059626470:android:561dad747cfdbdaac0e027",
"android_client_info": {
"package_name": "com.base.datarecovery"
"package_name": "com.kk.cleanmaster.file.cleanmaster.master"
}
},
"oauth_client": [],
......
......@@ -27,10 +27,10 @@ object AdMaxInit {
initConfigBuilder.mediationProvider = AppLovinMediationProvider.MAX
// Enable test mode by default for the current device. Cannot be run on the main thread.
val currentGaid = AdvertisingIdClient.getAdvertisingIdInfo(this).id
if (currentGaid != null) {
initConfigBuilder.testDeviceAdvertisingIds = Collections.singletonList(currentGaid)
}
// val currentGaid = AdvertisingIdClient.getAdvertisingIdInfo(this).id
// if (currentGaid != null) {
// initConfigBuilder.testDeviceAdvertisingIds = Collections.singletonList(currentGaid)
// }
// Initialize the AppLovin SDK
val sdk = AppLovinSdk.getInstance(this)
......
......@@ -20,9 +20,9 @@ object ConfigHelper {
const val bannerAdmobId = "ca-app-pub-3940256099942544/9214589741"
//max广告id
const val interAdMaxId = "aa"
const val nativeAdMaxId = "bb"
const val openAdMaxId = "cc"
const val interAdMaxId = "b31e7f6d11ee659e"
const val nativeAdMaxId = "96e8fe78b0efc5d1"
const val openAdMaxId = "d1d943cdd3127c90"
const val bannerMaxId = "ca-app-pub-3940256099942544/9214589741"
//一定展示大图广告
......
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