From 1c28f7406b4d2d7fa6c07fbf069e079da066e0e5 Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Sat, 18 Dec 2021 18:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Android=20Studio=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ba3baa3..e269b61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,14 +1,6 @@ apply plugin: 'com.android.application' android { - signingConfigs { - debug { - storeFile file('C:\\Users\\ZCShou\\ZCShouKeyGoGo.jks') - storePassword 'zcs220807' - keyAlias 'GoGoKey' - keyPassword 'zcs220807' - } - } compileSdkVersion 30 defaultConfig { applicationId "com.zcshou.gogogo"