mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 06:07:28 +00:00
Update Box, Box! to 0.7.4 (33)
This commit is contained in:
parent
d80c43804b
commit
2df64aabbd
1 changed files with 20 additions and 2 deletions
|
|
@ -358,8 +358,26 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 0.7.4
|
||||
versionCode: 33
|
||||
commit: 3df7f6e8fc3501139121927fad09abe9f7fe1fa2
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.7.3
|
||||
CurrentVersionCode: 32
|
||||
CurrentVersion: 0.7.4
|
||||
CurrentVersionCode: 33
|
||||
|
|
|
|||
Loading…
Reference in a new issue