From f1e6e9253f55ebd650449269bd73ccb4c5d73d0c Mon Sep 17 00:00:00 2001 From: zarzet Date: Sat, 7 Feb 2026 20:26:59 +0700 Subject: [PATCH] fix: opt out of AGP 9 newDsl for Flutter compatibility --- android/gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/android/gradle.properties b/android/gradle.properties index 68dd758c..19ce8f4a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,2 +1,3 @@ org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:ReservedCodeCacheSize=256m -XX:+HeapDumpOnOutOfMemoryError android.useAndroidX=true +android.newDsl=false