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