Skip to content

Commit 9b407db

Browse files
committed
Add default gradle.properties file
1 parent 871bbb1 commit 9b407db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ artifacts/
2121
.gradle/
2222
build/
2323
*/build/
24-
gradle.properties
2524

2625
# Local configuration file (sdk path, etc)
2726
local.properties

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
android.useAndroidX = true

0 commit comments

Comments
 (0)