Disabled Gradle configuration cache

Disabled Gradle configuration cache for reproducible builds
This commit is contained in:
2026-07-08 11:31:08 +00:00
parent 69a5ff6304
commit 4c2faf3c94
-4
View File
@@ -40,10 +40,6 @@ kotlin.daemon.jvmargs=-Xmx3g -XX:+UseParallelGC
# thereby reducing the size of the R class for that library # thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true android.nonTransitiveRClass=true
# Android build optimizations
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
# SDK Versions # SDK Versions
compileSdk=37 compileSdk=37
minSdk=31 minSdk=31