From 04b04e960877c9366c8714ca8b6c660d7f5deb88 Mon Sep 17 00:00:00 2001 From: zhanq Date: Tue, 16 Apr 2019 18:36:50 +0800 Subject: [PATCH] =?UTF-8?q?android-=E5=8D=87=E7=BA=A7sdk=E5=88=B02.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/android/app/build.gradle | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 974b57e..fe4d20c 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -98,8 +98,7 @@ android { buildToolsVersion rootProject.ext.buildToolsVersion defaultConfig { -// applicationId "com.test.josh" - applicationId "cn.jiguang.auth" + applicationId "com.test.josh" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 @@ -109,22 +108,10 @@ android { } manifestPlaceholders = [ -// JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey -// JPUSH_APPKEY: "cd15aee236985a832bfd3bc5", //在此替换你的APPKey -// JPUSH_APPKEY: "010308d261588d34e07603ea", //在此替换你的APPKey -// JPUSH_APPKEY: "6c6df7f27820abd17f1488d7", //在此替换你的APPKey - JPUSH_APPKEY: "eb97394eb2c8978929c009ae", //在此替换你的APPKey + JPUSH_APPKEY: "c27b85df1b4fb86a1d507a50", //在此替换你的APPKey JPUSH_CHANNEL: "developer-default" //应用渠道号 ] } - signingConfigs { - debug { - storeFile file("./debug.keystore") - storePassword "android" - keyAlias "androiddebugkey" - keyPassword "android" - } - } splits { abi { reset()