mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update JS-Dict to 1.0.3 (4)
This commit is contained in:
parent
3677b9008d
commit
430135ac07
1 changed files with 20 additions and 2 deletions
|
|
@ -69,8 +69,26 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- .flutter/bin/flutter build apk --release
|
- .flutter/bin/flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 1.0.3
|
||||||
|
versionCode: 4
|
||||||
|
commit: 42f18443fa5d67bfa9d723da1cd6da50979e5868
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.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 --release
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.0.2
|
CurrentVersion: 1.0.3
|
||||||
CurrentVersionCode: 3
|
CurrentVersionCode: 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue