mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Warmd to 1.4.2 (30)
This commit is contained in:
parent
7e942857a0
commit
cab3040b52
1 changed files with 18 additions and 2 deletions
|
|
@ -29,8 +29,24 @@ Builds:
|
|||
- git apply ./fdroid.patch
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 30
|
||||
commit: v1.4.2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.26.0-17.5.pre
|
||||
rm:
|
||||
- ios
|
||||
- .vscode
|
||||
- raw_graphics
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- sed -i 's/.*in_app_review.*//' pubspec.yaml
|
||||
- git apply ./fdroid.patch
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/FredJul/Warmd/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 29
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 30
|
||||
|
|
|
|||
Loading…
Reference in a new issue