We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21337e7 commit 3cf9c02Copy full SHA for 3cf9c02
gradle.properties
@@ -23,3 +23,6 @@ org.gradle.warning.mode=all
23
# until we remove AndroidAnnotations, classes like ActivityMain still need
24
# @EActivity(R.layout.activity_main), therefore resource Ids must be final
25
android.nonFinalResIds=false
26
+
27
+# for faster builds
28
+org.gradle.configuration-cache=true
0 commit comments