From 0c6a419bf931996928432a13126eafefce4e62ed Mon Sep 17 00:00:00 2001 From: toly <1981462002@qq.com> Date: Thu, 4 Mar 2021 18:11:45 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=9B=B4=E6=96=B0=E5=88=B0=20Flut?= =?UTF-8?q?ter2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 8 ++++---- android/key.properties | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e135c38..3994ae8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -54,10 +54,10 @@ android { signingConfigs { release { - keyAlias keystoreProperties['keyAlias'] - keyPassword keystoreProperties['keyPassword'] - storeFile file(keystoreProperties['storeFile']) - storePassword keystoreProperties['storePassword'] +// keyAlias keystoreProperties['keyAlias'] +// keyPassword keystoreProperties['keyPassword'] +// storeFile file(keystoreProperties['storeFile']) +// storePassword keystoreProperties['storePassword'] } } buildTypes { diff --git a/android/key.properties b/android/key.properties index cb02d2c..e69de29 100644 --- a/android/key.properties +++ b/android/key.properties @@ -1,4 +0,0 @@ -storePassword=toly1994 -keyPassword=toly1994328 -keyAlias=toly -storeFile=/Volumes/coder/release/toly.jks \ No newline at end of file