TP-53619 | backport | release-5.5.2 (#10372)

This commit is contained in:
Shivam Goyal
2024-04-08 23:58:27 +05:30
committed by GitHub
parent 50329e1b53
commit c9b0b5dd16
2 changed files with 3 additions and 3 deletions

View File

@@ -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'

View File

@@ -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