Skip to content

Commit

Permalink
enabling build caching by default to improve build times
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Aug 11, 2022
1 parent 8f5ff96 commit 8b5a49c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ org.gradle.jvmargs=-Xmx4g -Xms512M -XX:MaxPermSize=2048m -XX:MaxMetaspaceSize=1g
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.vfs.watch=true
org.gradle.caching=true

# Android Settings
android.enableJetifier=true
Expand Down

0 comments on commit 8b5a49c

Please sign in to comment.