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