1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Android build success

This commit is contained in:
Zhiyuan Zheng
2021-01-30 02:03:39 +01:00
parent 247f7a7982
commit 253ddee319
12 changed files with 86 additions and 592 deletions

View File

@ -26,4 +26,9 @@ android.useAndroidX=true
android.enableJetifier=true
# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.54.0
FLIPPER_VERSION=0.54.0
org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=4096m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true