add gradle.properties file to git
This tells gradle that we are an androidX project now.
This commit is contained in:
parent
352b6fc7c1
commit
f9663a5ac6
3
.gitignore
vendored
3
.gitignore
vendored
@ -16,7 +16,6 @@ build.xml
|
|||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
gradle.properties
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
@ -47,4 +46,4 @@ junit-report.xml
|
|||||||
# Screen dumps from Android Studio/DDMS
|
# Screen dumps from Android Studio/DDMS
|
||||||
captures/
|
captures/
|
||||||
|
|
||||||
/fdroid/
|
/fdroid/
|
||||||
|
2
gradle.properties
Normal file
2
gradle.properties
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
android.enableJetifier=true
|
||||||
|
android.useAndroidX=true
|
Loading…
x
Reference in New Issue
Block a user