mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Misc fixes from checkupdates
This commit is contained in:
parent
25c1b3a756
commit
c00aa40826
2 changed files with 8 additions and 5 deletions
|
|
@ -52,8 +52,9 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 0.0.2
|
||||
CurrentVersionCode: 2
|
||||
|
||||
NoSourceSince: 0.0.2
|
||||
|
|
|
|||
|
|
@ -35,7 +35,9 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '2.2'
|
||||
CurrentVersionCode: 4
|
||||
|
||||
NoSourceSince: '2.2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue