mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
Update Wassword to 3.1.1 (28)
This commit is contained in:
parent
1e81955f7e
commit
16599d6ad2
1 changed files with 25 additions and 2 deletions
|
|
@ -59,8 +59,31 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 3.1.1
|
||||
versionCode: 28
|
||||
commit: 2957ebab877c01a05e0c01e07c98ddd45655c98d
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
- android/app/proguard-rules.pro
|
||||
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
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.1.0
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 3.1.1
|
||||
CurrentVersionCode: 28
|
||||
|
|
|
|||
Loading…
Reference in a new issue