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