add gradle.properties file to git

This tells gradle that we are an androidX project now.
merge-requests/906/merge
Marcus Hoffmann 3 years ago committed by Dominik Schürmann
parent 352b6fc7c1
commit f9663a5ac6

3
.gitignore vendored

@ -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/

@ -0,0 +1,2 @@
android.enableJetifier=true
android.useAndroidX=true
Loading…
Cancel
Save