From 8b1e201e3e832b847f413909e7a3dd4c747aaa39 Mon Sep 17 00:00:00 2001 From: Vishal Nehra Date: Wed, 19 Jul 2023 01:24:15 +0530 Subject: [PATCH] Minor change in gradle config --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5b62dce..4429246 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ kotlin.code.style=official # 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.java.home=/Applications/Android Studio.app/Contents/jre/Contents/Home \ No newline at end of file +#org.gradle.java.home=/Applications/Android Studio.app/Contents/jre/Contents/Home \ No newline at end of file