pull/32/head
Awesome 6 years ago
parent 1085b25995
commit bdd4b1419d
  1. 3
      .gitignore
  2. 7
      gradle.properties

3
.gitignore vendored

@ -7,5 +7,4 @@
/captures
.externalNativeBuild
/release
/tmp
*.jks
/tmp

@ -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
kotlin.code.style=official
Loading…
Cancel
Save