summaryrefslogtreecommitdiff
path: root/android/gradle.properties
diff options
context:
space:
mode:
authoruvok2025-07-21 15:23:19 +0200
committeruvok2025-07-21 15:23:19 +0200
commit9532e812f84a089cbf7fe8f35b3fa119fa17d728 (patch)
tree95c0ca0a6b5bd83dcb86175356d554b8ad89c91b /android/gradle.properties
Add q&d flutter app
Diffstat (limited to 'android/gradle.properties')
-rw-r--r--android/gradle.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
new file mode 100644
index 0000000..f018a61
--- /dev/null
+++ b/android/gradle.properties
@@ -0,0 +1,3 @@
+org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
+android.useAndroidX=true
+android.enableJetifier=true