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 /captures
.externalNativeBuild .externalNativeBuild
/release /release
/tmp /tmp
*.jks

@ -18,9 +18,4 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX # Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete": # Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official kotlin.code.style=official
RELEASE_STORE_FILE=..\\Test.jks
RELEASE_KEY_PASSWORD=20190604
RELEASE_KEY_ALIAS=test
RELEASE_STORE_PASSWORD=20190604
Loading…
Cancel
Save