Skip to content

Commit b3a7684

Browse files
committed
wip - ci2
1 parent 7da171d commit b3a7684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flutter_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Build Android App Bundle
7575
env:
76-
GRADLE_OPTS: -Xmx4096m
76+
GRADLE_OPTS: -Xmx6144m
7777
KEEVAULT_ANDROID_BETA_KEYSTORE_PASSWORD: ${{ secrets.KEEVAULT_ANDROID_BETA_KEYSTORE_PASSWORD }}
7878
run: flutter build appbundle --dart-define KEEVAULT_STAGE=beta --dart-define KEEVAULT_CHANNEL=sideload
7979

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
org.gradle.jvmargs=-Xmx1536M
1+
org.gradle.jvmargs=-Xmx6144m
22
android.useAndroidX=true
33
android.enableJetifier=true
44
android.defaults.buildfeatures.buildconfig=true

0 commit comments

Comments
 (0)