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

3
.gitignore vendored
View File

@ -16,7 +16,6 @@ build.xml
# Gradle files
.gradle/
build/
gradle.properties
# Local configuration file (sdk path, etc)
local.properties
@ -47,4 +46,4 @@ junit-report.xml
# Screen dumps from Android Studio/DDMS
captures/
/fdroid/
/fdroid/

2
gradle.properties Normal file
View File

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