mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Box, Box! to 0.6.4 (27)
This commit is contained in:
parent
c04d3f315d
commit
a9490547a8
1 changed files with 21 additions and 2 deletions
|
|
@ -250,8 +250,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 0.6.4
|
||||
versionCode: 27
|
||||
commit: ff077fe2faa9e402cdcff6188c1ea47af657b84b
|
||||
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.6.3
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: 0.6.4
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue