Skip to content

Commit ffed1fa

Browse files
committed
sort gradle.properties
1 parent 65fefa9 commit ffed1fa

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

gradle.properties

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# Project-wide Gradle settings.
2-
android.useAndroidX=true
3-
# Automatically convert third-party libraries to use AndroidX
1+
android.defaults.buildfeatures.buildconfig=true
42
android.enableJetifier=false
5-
# Kotlin code style for this project: "official" or "obsolete":
6-
kotlin.code.style=official
7-
org.gradle.caching=true
8-
org.gradle.parallel=true
93
#android.enableR8.fullMode=true
104
android.enableResourceOptimizations=false
11-
android.defaults.buildfeatures.buildconfig=true
12-
android.nonTransitiveRClass=true
135
android.nonFinalResIds=true
14-
org.gradle.unsafe.configuration-cache=false
15-
6+
android.nonTransitiveRClass=true
7+
android.useAndroidX=true
8+
kotlin.code.style=official
9+
org.gradle.caching=true
1610
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:-HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
11+
org.gradle.parallel=true
12+
org.gradle.unsafe.configuration-cache=false

0 commit comments

Comments
 (0)