mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
standardnotes: switch to detecting tags in check updates
This commit is contained in:
parent
d1b3ac888d
commit
8b2cead187
1 changed files with 4 additions and 4 deletions
|
|
@ -2855,9 +2855,9 @@ Builds:
|
|||
- popd
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 3.9.12
|
||||
- versionName: 3.11.0
|
||||
versionCode: 3000333
|
||||
commit: 3.9.12
|
||||
commit: 3.11.0
|
||||
subdir: android/app/
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
|
|
@ -2918,6 +2918,6 @@ Builds:
|
|||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation: 3000220 + %c
|
||||
UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/releases/latest|tree/([\d.]+)
|
||||
CurrentVersion: 3.9.12
|
||||
UpdateCheckData: https://github.com/standardnotes/mobile/actions/workflows/build-prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/mobile/tags/|/releases/tag/([\d.]+)
|
||||
CurrentVersion: 3.11.0
|
||||
CurrentVersionCode: 3000333
|
||||
|
|
|
|||
Loading…
Reference in a new issue