From 4c2faf3c9425bbd5603be94f6507ed87cc1e0566 Mon Sep 17 00:00:00 2001 From: OneWay Date: Wed, 8 Jul 2026 11:31:08 +0000 Subject: [PATCH] Disabled Gradle configuration cache Disabled Gradle configuration cache for reproducible builds --- gradle.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9b6de2a..1fa3a18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -40,10 +40,6 @@ kotlin.daemon.jvmargs=-Xmx3g -XX:+UseParallelGC # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -# Android build optimizations -org.gradle.configuration-cache=true -org.gradle.configuration-cache.problems=warn - # SDK Versions compileSdk=37 minSdk=31