mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Merge branch 'disable-autoupdate-jiten' into 'master'
dev.obfusk.jiten(_webview): disable autoupdate See merge request fdroid/fdroiddata!8884
This commit is contained in:
commit
7d8142730a
2 changed files with 4 additions and 7 deletions
|
|
@ -65,10 +65,7 @@ MaintainerNotes: We're excluding some *.xml.gz files from the scan process becau
|
|||
large and to avoid going over the maximum individual file size of common git hosting
|
||||
services.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
VercodeOperation: '%c - 1'
|
||||
UpdateCheckData: https://raw.githubusercontent.com/obfusk/jiten/HEAD/android/buildozer.spec|android.numeric_version
|
||||
*= *([0-9]+)|.|version *= *([0-9.a-g-]+)
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1010000001
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 202103070
|
||||
|
|
|
|||
Loading…
Reference in a new issue