Add gradle properties

This commit is contained in:
Martin Fietz 2019-04-06 18:12:26 +02:00 committed by ByteHamster
parent bf3d827c60
commit 393d1fd646
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -16,7 +16,6 @@ build/
# Local configuration file (sdk path, etc)
local.properties
gradle.properties
.gradle
build.xml

2
gradle.properties Normal file
View File

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