From c9b0b5dd162a76adcb044b8091633b77e5ae0d08 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 8 Apr 2024 23:58:27 +0530 Subject: [PATCH] TP-53619 | backport | release-5.5.2 (#10372) --- android/app/build.gradle | 4 ++-- android/gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f1af59d86c..8c33f0a89d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { id 'com.facebook.react' } -def VERSION_CODE = 390 -def VERSION_NAME = "5.5.1" +def VERSION_CODE = 392 +def VERSION_NAME = "5.5.2" android { namespace 'com.naviapp' diff --git a/android/gradle.properties b/android/gradle.properties index 20d66ab26e..107e7994c6 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -6,7 +6,7 @@ # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -org.gradle.jvmargs=-Xmx6g -XX:+UseParallelGC +org.gradle.jvmargs=-Xmx6g kotlin.daemon.jvmargs=-Xmx8g # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit