uploading gradle properties

This commit is contained in:
tibbi 2018-10-18 14:48:05 +02:00
parent c63868cece
commit 88a786dfdb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,7 +1,6 @@
*.iml *.iml
.gradle .gradle
/local.properties /local.properties
/gradle.properties
/.idea/ /.idea/
.DS_Store .DS_Store
/build /build

2
gradle.properties Normal file
View file

@ -0,0 +1,2 @@
android.enableJetifier=true
android.useAndroidX=true