From befc5419a27742063d4e45bf290a644529a56f21 Mon Sep 17 00:00:00 2001 From: lijia Date: Mon, 16 Oct 2023 14:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=B8=A0=E9=81=93=E9=AB=98=E5=BE=B7ke?= =?UTF-8?q?y=E5=8A=A8=E6=80=81=E5=88=87=E6=8D=A2=E8=BF=90=E8=90=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3ae31a3..c453b03 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -130,12 +130,13 @@ android { applicationId "com.arpa.hndahesudintocctmsdriver.bc" manifestPlaceholders = [CHANNEL_VALUE: "司机运营", app_icon : "@drawable/diver_logo_yunying", + GAODEKEY : "f960bc6d14788238918bd014fa08a870", JPUSH_PKGNAME: applicationId, JPUSH_APPKEY : "571d93ae5117da6dee848c92", //JPush 上注册的包名对应的 Appkey. JPUSH_CHANNEL: "developer-default"//暂时填写默认值即可. ] - buildConfigField("String", "OPEN_AL_URL", "\"https://oapi-staging.alct56.com\"") - buildConfigField("String", "BASE_URL", "\"http://app.test.dahehuoyun.com/api/\"") + buildConfigField("String", "OPEN_AL_URL", "\"https://oapi.alct56.com\"") + buildConfigField("String", "BASE_URL", "\"http://app.dahehuoyun.com/api/\"") buildConfigField "boolean", "isTest", "false" //APP名称,可以在androidMainfest中引用 resValue "string", "appName", "司机运营"