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
1
.gitignore
vendored
1
.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
|
||||||
|
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