add gradle.properties file to git

This tells gradle that we are an androidX project now.
This commit is contained in:
Marcus Hoffmann 2020-06-15 20:35:58 +02:00 committed by Dominik Schürmann
parent 352b6fc7c1
commit f9663a5ac6
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

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

2
gradle.properties Normal file
View File

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