From d19072bd09afd9b186b4a63626a81c6a7d8fedf1 Mon Sep 17 00:00:00 2001 From: hongdongni <2607159984@qq.com> Date: Thu, 18 Nov 2021 04:52:31 +0800 Subject: [PATCH] Improve GRADLE build Performance --- gradle.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 97f4c5b..8a752cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,6 @@ POM_DEVELOPER_NAME=mixi,Inc. ANDROID_BUILD_TARGET_SDK_VERSION=19 ANDROID_BUILD_TOOLS_VERSION=19.0.3 -ANDROID_BUILD_SDK_VERSION=19 \ No newline at end of file +ANDROID_BUILD_SDK_VERSION=19 +org.gradle.caching = true +org.gradle.daemon = true