We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dabd28 commit e2c474eCopy full SHA for e2c474e
2 files changed
.github/workflows/release_for_android.yaml
@@ -42,7 +42,6 @@ jobs:
42
- name: Build APK
43
run: |
44
.flutter/bin/flutter build apk --split-per-abi
45
- .flutter/bin/flutter build appbundle
46
47
- name: Release
48
uses: softprops/action-gh-release@v1
android/gradle.properties
@@ -1,3 +1,3 @@
1
android.enableJetifier=true
2
android.useAndroidX=true
3
-org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
+org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M" -XX:+HeapDumpOnOutOfMemoryError
0 commit comments