From 36a5b098d5d3c3f2af7a2142aea54891d63c5fab Mon Sep 17 00:00:00 2001 From: wyf <494641114@qq.com> Date: Sat, 7 Jun 2025 10:04:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0android=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/key.properties | 4 ++++ android/local.properties | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 android/key.properties create mode 100644 android/local.properties diff --git a/android/key.properties b/android/key.properties new file mode 100644 index 0000000..b179b9a --- /dev/null +++ b/android/key.properties @@ -0,0 +1,4 @@ +storePassword=taihe601 +keyPassword=taihe601 +keyAlias=testalias +storeFile=test.keystore \ No newline at end of file diff --git a/android/local.properties b/android/local.properties new file mode 100644 index 0000000..ebc3f6f --- /dev/null +++ b/android/local.properties @@ -0,0 +1,9 @@ +sdk.dir=C:\\Users\\wyf\\AppData\\Local\\Android\\sdk +flutter.sdk=D:\\flutter_res\\flutter +flutter.buildMode=release +flutter.versionName=1.0.0 +flutter.versionCode=1 +flutter.minSdkVersion=21 +flutter.targetSdkVersion=35 +flutter.compileSdkVersion=35 +flutter.ndkVersion=28.0.12433566 \ No newline at end of file