Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Rearrange properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Jul 21, 2023
1 parent b39aa83 commit 4981e45
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
android.enableJetifier=true
android.experimental.enableNewResourceShrinker.preciseShrinking=true
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.injected.testOnly=false
Expand All @@ -8,13 +9,11 @@ android.experimental.lint.version=8.1.0-rc01
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx8g
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 \
-Xmx8g \
-XX:+UnlockExperimentalVMOptions \
-XX:G1NewSizePercent=67 \
-XX:G1MaxNewSizePercent=67
org.gradle.parallel=true
# experimental
android.experimental.enableNewResourceShrinker.preciseShrinking=true
org.gradle.configuration-cache=true
org.gradle.configureondemand=true

0 comments on commit 4981e45

Please sign in to comment.