mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'streetcompletetags' into 'master'
StreetComplete - don't pickup betas Closes fdroidserver#765 See merge request fdroid/fdroiddata!6674
This commit is contained in:
commit
60f82b6e94
1 changed files with 5 additions and 4 deletions
|
|
@ -444,6 +444,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 18.0-beta1
|
- versionName: 18.0-beta1
|
||||||
versionCode: 1800
|
versionCode: 1800
|
||||||
|
disable: beta
|
||||||
commit: v18.0-beta1
|
commit: v18.0-beta1
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
@ -458,13 +459,13 @@ Builds:
|
||||||
|
|
||||||
- versionName: 19.0-alpha1
|
- versionName: 19.0-alpha1
|
||||||
versionCode: 1900
|
versionCode: 1900
|
||||||
|
disable: beta
|
||||||
commit: v19.0-alpha1
|
commit: v19.0-alpha1
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags ^v\d+(\.\d+)?$
|
||||||
UpdateCheckIgnore: (alpha|beta|rc|RC)
|
CurrentVersion: '18.0'
|
||||||
CurrentVersion: 19.0-alpha1
|
CurrentVersionCode: 1801
|
||||||
CurrentVersionCode: 1900
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue