Skip to content

Commit

Permalink
Improve GRADLE build Performance (#535)
Browse files Browse the repository at this point in the history
Co-authored-by: Chen Zhang <[email protected]>
  • Loading branch information
i-Taozi and chenzhang22 authored Nov 19, 2021
1 parent 6ab8a3f commit 455c1c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
android.useAndroidX=true
android.enableJetifier=true
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.configureondemand = true
org.gradle.vfs.watch = true

0 comments on commit 455c1c5

Please sign in to comment.