mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Nihonoari to 1.8.0 (13)
This commit is contained in:
parent
551277735f
commit
64426a6389
1 changed files with 20 additions and 2 deletions
|
|
@ -106,8 +106,26 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.8.0
|
||||
versionCode: 13
|
||||
commit: 3d3e95115760f1f762333e26cd208ba4b7a17867
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.10
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.7.2
|
||||
CurrentVersionCode: 12
|
||||
CurrentVersion: 1.8.0
|
||||
CurrentVersionCode: 13
|
||||
|
|
|
|||
Loading…
Reference in a new issue