mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
vespucci: add 15.1.7.0
Disable older beta version and disable the update checker that helpfully marked the beta version as stable.
This commit is contained in:
parent
60c622f69b
commit
c42f6ae1ed
1 changed files with 14 additions and 1 deletions
|
|
@ -923,6 +923,7 @@ Builds:
|
|||
|
||||
- versionName: 15.1.0.1
|
||||
versionCode: 1600
|
||||
disable: beta
|
||||
commit: 15.1.0.1
|
||||
gradle:
|
||||
- current
|
||||
|
|
@ -933,7 +934,19 @@ Builds:
|
|||
scandelete:
|
||||
- src/androidTest/resources/fixtures/military.zip
|
||||
|
||||
- versionName: 15.1.7.0
|
||||
versionCode: 1610
|
||||
commit: 15.1.7.0
|
||||
gradle:
|
||||
- current
|
||||
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
|
||||
-e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
|
||||
scanignore:
|
||||
- src/main/assets/synonyms/synonyms.so
|
||||
scandelete:
|
||||
- src/androidTest/resources/fixtures/military.zip
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+\.0$
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: Unknown
|
||||
CurrentVersionCode: 1610
|
||||
|
|
|
|||
Loading…
Reference in a new issue