mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Box, Box! to 0.5.3 (17)
This commit is contained in:
parent
772bad4257
commit
055b7253bf
1 changed files with 21 additions and 2 deletions
|
|
@ -98,8 +98,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 0.5.3
|
||||
versionCode: 17
|
||||
commit: bc95b9a23a14315df8ca88dbe99c07d209b7e63f
|
||||
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/packages/flutter_tools/gradle/flutter.gradle
|
||||
- .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.5.2
|
||||
CurrentVersionCode: 16
|
||||
CurrentVersion: 0.5.3
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue