mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
trale: bump Java heap space
This commit is contained in:
parent
21c9625694
commit
4165364346
1 changed files with 3 additions and 0 deletions
|
|
@ -2106,6 +2106,7 @@ Builds:
|
|||
rm:
|
||||
- app/test
|
||||
prebuild:
|
||||
- sed -i -e 's/Xmx1536M/Xmx4G/' android/gradle.properties
|
||||
- export flutterVersion="$(sed -E -n -e 's/^.*flutter:\ ">=([0-9.]+)"/\1/p'
|
||||
pubspec.yaml)"
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
|
|
@ -2147,6 +2148,7 @@ Builds:
|
|||
rm:
|
||||
- app/test
|
||||
prebuild:
|
||||
- sed -i -e 's/Xmx1536M/Xmx4G/' android/gradle.properties
|
||||
- export flutterVersion="$(sed -E -n -e 's/^.*flutter:\ ">=([0-9.]+)"/\1/p'
|
||||
pubspec.yaml)"
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
|
|
@ -2188,6 +2190,7 @@ Builds:
|
|||
rm:
|
||||
- app/test
|
||||
prebuild:
|
||||
- sed -i -e 's/Xmx1536M/Xmx4G/' android/gradle.properties
|
||||
- export flutterVersion="$(sed -E -n -e 's/^.*flutter:\ ">=([0-9.]+)"/\1/p'
|
||||
pubspec.yaml)"
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue