mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 22:08:35 +00:00
Update Wassword to 3.2.0 (29)
This commit is contained in:
parent
92eb1dfab7
commit
5e13828662
1 changed files with 25 additions and 2 deletions
|
|
@ -83,8 +83,31 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 3.2.0
|
||||
versionCode: 29
|
||||
commit: 61b17eaddab9556c9686c9d08699634d44847add
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.32.6
|
||||
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.1
|
||||
CurrentVersionCode: 28
|
||||
CurrentVersion: 3.2.0
|
||||
CurrentVersionCode: 29
|
||||
|
|
|
|||
Loading…
Reference in a new issue