mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Brethap to 1.7.25 (124)
This commit is contained in:
parent
bcc7844bbc
commit
47fdf3ba39
1 changed files with 28 additions and 2 deletions
|
|
@ -957,8 +957,34 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.25
|
||||
versionCode: 124
|
||||
commit: aebfe68d2c77575cfbed254983ba2e6ec1c1f522
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- .vscode
|
||||
- docs/assets/AssetManifest.bin
|
||||
- ios
|
||||
- linux
|
||||
- test
|
||||
- web
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter --version
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.7.24
|
||||
CurrentVersionCode: 122
|
||||
CurrentVersion: 1.7.25
|
||||
CurrentVersionCode: 124
|
||||
|
|
|
|||
Loading…
Reference in a new issue