From 8964f41c8dccd0627bc559f722c05e2d10a9ba91 Mon Sep 17 00:00:00 2001 From: Haleydu <924323178@qq.com> Date: Thu, 21 Jan 2021 21:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=B0=B7=E6=AD=8C=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1426e2f9..9e8e4baa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,16 +22,16 @@ else { version = cmdGetTagname.execute().text.trim() } -def app_id = "ca-app-pub-3940256099942544~3347511713" -def favorite_unit_id = "ca-app-pub-3940256099942544/2247696110" -def history_unit_id = "ca-app-pub-3940256099942544/2247696110" -def download_unit_id = "ca-app-pub-3940256099942544/2247696110" -def local_unit_id = "ca-app-pub-3940256099942544/2247696110" -def search_unit_id = "ca-app-pub-3940256099942544/2247696110" -def banners_id = "ca-app-pub-3940256099942544/6300978111" -def banners_chapter_id = "ca-app-pub-3940256099942544/6300978111" -def banners_search_id = "ca-app-pub-3940256099942544/6300978111" -def insert_home_id = "ca-app-pub-3940256099942544/1033173712" +def app_id = "ca-app-pub-9990256099942544~3347511713" +def favorite_unit_id = "ca-app-pub-9990256099942544/2247696110" +def history_unit_id = "ca-app-pub-9990256099942544/2247696110" +def download_unit_id = "ca-app-pub-9990256099942544/2247696110" +def local_unit_id = "ca-app-pub-9990256099942544/2247696110" +def search_unit_id = "ca-app-pub-9990256099942544/2247696110" +def banners_id = "ca-app-pub-9990256099942544/6300978111" +def banners_chapter_id = "ca-app-pub-9990256099942544/6300978111" +def banners_search_id = "ca-app-pub-9990256099942544/6300978111" +def insert_home_id = "ca-app-pub-9990256099942544/1033173712" if(System.getenv("TRAVIS_BUILD_NUMBER") != null){ app_id = System.getenv("ADMOB_APP_ID")