From bdd4b1419d95cae2df6f62818ab648f063146e40 Mon Sep 17 00:00:00 2001 From: Awesome <1760316362@qq.com> Date: Tue, 4 Jun 2019 17:38:45 +0800 Subject: [PATCH] update --- .gitignore | 3 +-- gradle.properties | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 447666543..5f0e23e18 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ /captures .externalNativeBuild /release -/tmp -*.jks \ No newline at end of file +/tmp \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b510107bc..376270d77 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,9 +18,4 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=true # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official - -RELEASE_STORE_FILE=..\\Test.jks -RELEASE_KEY_PASSWORD=20190604 -RELEASE_KEY_ALIAS=test -RELEASE_STORE_PASSWORD=20190604 \ No newline at end of file +kotlin.code.style=official \ No newline at end of file