From 4d80c09fb93286d68e362783c8f090d6ecdf3f02 Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Fri, 9 Jan 2026 17:29:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E4=B8=BA=E4=BC=A0=E7=BB=9Fba?= =?UTF-8?q?nner=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config_debug.gradle | 4 ++-- app/config_release.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config_debug.gradle b/app/config_debug.gradle index 1ac41dd..27d705f 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-3940256099942544/9214589741", // "ca-app-pub-3392799053230605/6746479899" // 横幅广告测试ID // TODO- use pre test key + adUnitIds : [banner : "ca-app-pub-3392799053230605/2634832736",//"ca-app-pub-3392799053230605/6746479899",//"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 @@ -29,7 +29,7 @@ ext { native : "", // 原生广告位 ID(需替换为实际值) splash : "", // 开屏广告位 ID(需替换为实际值) full_native : "", // 全屏原生广告位 ID(需替换为实际值) - banner : "" // 横幅广告位 ID(需替换为实际值) + //banner : "" // 横幅广告位 ID(需替换为实际值) ]] diff --git a/app/config_release.gradle b/app/config_release.gradle index 8c4032e..d41c967 100644 --- a/app/config_release.gradle +++ b/app/config_release.gradle @@ -1,7 +1,7 @@ ext { // AdMob配置 - Play 市场版本 admob = [applicationId: "ca-app-pub-3392799053230605~7472226445", // 测试应用ID,请替换为实际的AdMob应用ID - adUnitIds : [banner : "ca-app-pub-3392799053230605/2634832736", // 横幅广告测试ID + adUnitIds : [banner : "ca-app-pub-3392799053230605/2634832736", //"ca-app-pub-3392799053230605/6746479899", // 横幅广告测试ID interstitial: "ca-app-pub-3392799053230605/5069601997", // 插页广告测试ID splash : "ca-app-pub-3392799053230605/5699979777", // 开屏广告测试ID native : "ca-app-pub-3392799053230605/8969442262", // 原生广告测试ID