From f5cc0098fc7b41d3f72459ad1e2d03c242b02f19 Mon Sep 17 00:00:00 2001 From: fengshengxiong Date: Sun, 14 Jul 2024 16:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BF=BD=E7=95=A5=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- android/key.properties | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 android/key.properties diff --git a/.gitignore b/.gitignore index f7faac7..65749af 100644 --- a/.gitignore +++ b/.gitignore @@ -72,7 +72,7 @@ unlinked_spec.ds **/android/gradlew.bat **/android/local.properties **/android/**/GeneratedPluginRegistrant.java -**/android/key.properties +#**/android/key.properties #*.jks # iOS/XCode related diff --git a/android/key.properties b/android/key.properties new file mode 100644 index 0000000..adaa79b --- /dev/null +++ b/android/key.properties @@ -0,0 +1,4 @@ +storePassword=123456 +keyPassword=123456 +keyAlias=tone_snap +storeFile=../tone_snap.jks