mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Merge branch 'fix_update_check' into 'master'
deedum, call counter: fix update check See merge request fdroid/fdroiddata!8646
This commit is contained in:
commit
1b55aa48ca
2 changed files with 10 additions and 11 deletions
|
|
@ -11,20 +11,19 @@ RepoType: git
|
|||
Repo: https://github.com/snoe/deedum
|
||||
|
||||
Builds:
|
||||
- versionName: 2020.1230.2319
|
||||
versionCode: 13
|
||||
commit: 2020.1230.2319+13
|
||||
- versionName: 2021.0221.1640
|
||||
versionCode: 16
|
||||
commit: 2021.0221.1640+16
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- flutter_dir=$(realpath $$flutter$$/bin)
|
||||
- export PATH=$flutter_dir:$PATH
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v+%c
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: https://github.com/snoe/deedum/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2020.0701.0550
|
||||
CurrentVersionCode: 13
|
||||
AutoUpdateMode: Version %v+%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/snoe/deedum/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2021.0221.1640
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Webierta/call-counter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: v1.2.0
|
||||
CurrentVersionCode: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue