We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dec5dcf + f174988 commit 8e9bd7fCopy full SHA for 8e9bd7f
gradle.properties
@@ -1,4 +1,13 @@
1
+org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2
+android.useAndroidX=true
3
kotlin.code.style=official
4
+android.nonTransitiveRClass=true
5
+android.defaults.buildfeatures.resvalues=false
6
+android.defaults.buildfeatures.shaders=false
7
+org.gradle.caching=true
8
+org.gradle.configuration-cache.problems=warn
9
+org.gradle.configureondemand=false
10
+org.gradle.parallel=true
11
12
GROUP=io.github.linx64
13
VERSION_NAME=1.0
0 commit comments