File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 62
62
run : flutter pub get
63
63
64
64
- name : Build the example app
65
+ env :
66
+ GRADLE_OPTS : -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxMetaspaceSize=2g"
65
67
run : |
66
68
make build-android
67
69
Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ jobs:
60
60
61
61
android-integration-test :
62
62
# macos-13-xlarge is an M1 mac (which has no Android SDK)
63
- runs-on : macos-13
63
+ runs-on : macos-13-large
64
64
timeout-minutes : 45
65
65
strategy :
66
66
matrix :
67
67
api-level :
68
- - 34
68
+ - 32
69
69
target :
70
70
- google_apis
71
71
arch :
72
72
- x86_64
73
73
cores :
74
- - 4
74
+ - 8
75
75
fail-fast : false
76
76
steps :
77
77
- uses : actions/checkout@v4
@@ -117,6 +117,7 @@ jobs:
117
117
env :
118
118
BKT_API_KEY : ${{ secrets.BKT_API_KEY }}
119
119
BKT_API_ENDPOINT : ${{ secrets.BKT_API_ENDPOINT }}
120
+ GRADLE_OPTS : -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxMetaspaceSize=2g"
120
121
uses : reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
121
122
with :
122
123
api-level : ${{ matrix.api-level }}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ See our [documentation](https://docs.bucketeer.io/sdk/client-side/flutter) to in
18
18
19
19
We would ❤️ for you to contribute to Bucketeer and help improve it! Anyone can use and enjoy it!
20
20
21
- Please follow our contribution guide [ here] ( https://docs.bucketeer.io/contribution-guide/ ) .
21
+ Please follow our contribution guide [ here] ( https://docs.bucketeer.io/contribution-guide/contributing/ ) .
22
22
23
23
## Development
24
24
You can’t perform that action at this time.
0 commit comments