From 2be4afaf07364b511795af9009369ed209973077 Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Fri, 9 Jan 2026 15:02:49 +0800 Subject: [PATCH] =?UTF-8?q?debug=E6=97=B6=E4=B8=B4=E6=97=B6=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=B5=8B=E8=AF=95=20ad=E2=80=94=E2=80=94key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config_debug.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config_debug.gradle b/app/config_debug.gradle index 395022c..1ac41dd 100644 --- a/app/config_debug.gradle +++ b/app/config_debug.gradle @@ -1,7 +1,7 @@ ext { // AdMob配置 admob = [applicationId: "ca-app-pub-3392799053230605~7472226445", // 测试应用ID,请替换为实际的AdMob应用ID - adUnitIds : [banner : "ca-app-pub-3392799053230605/2634832736", // 横幅广告测试ID + adUnitIds : [banner : "ca-app-pub-3940256099942544/9214589741", // "ca-app-pub-3392799053230605/6746479899" // 横幅广告测试ID // TODO- use pre test key interstitial: "ca-app-pub-3392799053230605/5069601997", // 插页广告测试ID splash : "ca-app-pub-3392799053230605/5699979777", // 开屏广告测试ID native : "ca-app-pub-3392799053230605/8969442262", // 原生广告测试ID @@ -24,7 +24,7 @@ ext { // TopOn配置 topon = [applicationId: "h1h0ukemtu13ak", // TopOn 应用 ID(需替换为实际值) appKey : "7d3af77b0803cbc641888cb393e8652e", // TopOn 应用密钥(需替换为实际值) - adUnitIds : [ interstitial: "n1h0ukemvrnhn1", // 插页广告位 ID(需替换为实际值) + adUnitIds : [ interstitial: "", //"n1h0ukemvrnhn1", // 插页广告位 ID(需替换为实际值) // TODO- if use this alway report error: placementId maybe is null rewarded : "n1h0uken0i262r", // 激励广告位 ID native : "", // 原生广告位 ID(需替换为实际值) splash : "", // 开屏广告位 ID(需替换为实际值)