Skip to content

Commit e2c474e

Browse files
committed
chore: fix android build
1 parent 9dabd28 commit e2c474e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release_for_android.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
- name: Build APK
4343
run: |
4444
.flutter/bin/flutter build apk --split-per-abi
45-
.flutter/bin/flutter build appbundle
4645
4746
- name: Release
4847
uses: softprops/action-gh-release@v1

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
android.enableJetifier=true
22
android.useAndroidX=true
3-
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
3+
org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M" -XX:+HeapDumpOnOutOfMemoryError

0 commit comments

Comments
 (0)