Compare commits
7 Commits
f4729a2de7
...
v0.0.29
Author | SHA1 | Date | |
---|---|---|---|
e6ccb7078b | |||
84839c5a02 | |||
9850e949c3 | |||
5fc25a3c39 | |||
f76cd603f3 | |||
67f748244f | |||
66fa55e8c3 |
@@ -55,8 +55,6 @@ sightseeing:
|
|||||||
water:
|
water:
|
||||||
- reflecting_pool
|
- reflecting_pool
|
||||||
bridge:
|
bridge:
|
||||||
# needs to be in quotes because it gets interpreted as True otherwise
|
|
||||||
- 'yes'
|
|
||||||
- aqueduct
|
- aqueduct
|
||||||
- viaduct
|
- viaduct
|
||||||
- boardwalk
|
- boardwalk
|
||||||
|
@@ -21,6 +21,8 @@ platform :android do
|
|||||||
track: 'alpha',
|
track: 'alpha',
|
||||||
skip_upload_apk: true,
|
skip_upload_apk: true,
|
||||||
skip_upload_changelogs: true,
|
skip_upload_changelogs: true,
|
||||||
|
aab: "build/app/outputs/bundle/release/app-release.aab",
|
||||||
|
# this is the default output of flutter build ... --release (in particular it is relative)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -37,6 +39,8 @@ platform :android do
|
|||||||
track: "production",
|
track: "production",
|
||||||
skip_upload_apk: true,
|
skip_upload_apk: true,
|
||||||
skip_upload_changelogs: true,
|
skip_upload_changelogs: true,
|
||||||
|
aab: "build/app/outputs/bundle/release/app-release.aab",
|
||||||
|
# this is the default output of flutter build ... --release (in particular it is relative)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 637 KiB |
Before Width: | Height: | Size: 573 KiB |
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 637 KiB |
Before Width: | Height: | Size: 573 KiB |
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 360 KiB |