From 92889f53e74bf54cc5789ae8fcb3bc8a2ecfca95 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 31 Jan 2024 12:23:13 +0500 Subject: [PATCH] mobile: update gradle properties --- apps/mobile/native/android/gradle.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/mobile/native/android/gradle.properties b/apps/mobile/native/android/gradle.properties index ea11ae028..a8f53ab0b 100644 --- a/apps/mobile/native/android/gradle.properties +++ b/apps/mobile/native/android/gradle.properties @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=1024m -XX:+HeapDumpOnOutOfMemoryErr # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true +org.gradle.caching=true # AndroidX package structure to make it clearer which packages are bundled with the # Android operating system, and which are packaged with your app's APK @@ -47,4 +47,5 @@ hermesEnabled=true # v8.android.tools.dir=/home/ammarahm-ed/Repos/notesnook-mobile/node_modules/v8-android-jit-nointl/dist/tools/android # fdroid -fdroidBuild=false \ No newline at end of file +fdroidBuild=false +org.gradle.java.home=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home