From 91a8b0380b0ccf53363e849ae38e414cc5e8e2a2 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 4 Mar 2025 23:15:46 +0500 Subject: [PATCH] CI/CD time optimization attempt 3 --- gradle.properties | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0ebaa7d..20e2a01 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,6 +20,4 @@ kotlin.code.style=official # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true -org.gradle.caching=true -org.gradle.parallel=true \ No newline at end of file +android.nonTransitiveRClass=true \ No newline at end of file