From 5eb6e52b8daf3c2c6548070b2a54a157b96edae4 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 701e62c..bed26f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -41,10 +41,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