Skip to content

Commit 3cf9c02

Browse files
use gradle config cache
1 parent 21337e7 commit 3cf9c02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ org.gradle.warning.mode=all
2323
# until we remove AndroidAnnotations, classes like ActivityMain still need
2424
# @EActivity(R.layout.activity_main), therefore resource Ids must be final
2525
android.nonFinalResIds=false
26+
27+
# for faster builds
28+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)