From c96dd5cc2b4917ad04ff05eefb7d00013effdffc Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 8 Sep 2020 11:49:30 +0500 Subject: [PATCH] add react-native-device-info pkg for tablet detect --- apps/mobile/android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/android/gradle.properties b/apps/mobile/android/gradle.properties index 04ca0ef29..af6300a0b 100644 --- a/apps/mobile/android/gradle.properties +++ b/apps/mobile/android/gradle.properties @@ -10,7 +10,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. # Default value: -Xmx10248m -XX:MaxPermSize=256m -# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit