Misc fixes from checkupdates

This commit is contained in:
Jochen Sprickerhof 2021-07-13 20:46:23 +02:00
parent 47ecec0f1a
commit 8c6478e5a6
4 changed files with 10 additions and 6 deletions

View file

@ -31,5 +31,6 @@ Builds:
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.0.2
CurrentVersionCode: 44

View file

@ -74,8 +74,9 @@ Builds:
- cd build/cordova
- cordova build android --release
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: res/android/config.xml|android-versionCode="(\d+)"|.|version="(.*)"
MaintainerNotes: Disabled AUM as versioncode is generated dynamically
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.6.0
CurrentVersionCode: 16001

View file

@ -133,6 +133,6 @@ Builds:
ndk: r21
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckMode: None
CurrentVersion: 6.1.6
CurrentVersionCode: 60106

View file

@ -101,7 +101,9 @@ Builds:
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
'ExtraTranslation' } }" >> build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '0.6'
CurrentVersionCode: 8
NoSourceSince: '0.6'