mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +00:00
sharik: fix version code
This commit is contained in:
parent
6bf2eeec61
commit
8fc21ce98e
1 changed files with 2 additions and 3 deletions
|
|
@ -27,8 +27,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 3.0.0
|
- versionName: 3.0.0
|
||||||
versionCode: 11
|
versionCode: 11
|
||||||
disable: version mismatch
|
commit: v3.0.2
|
||||||
commit: v3.0.1
|
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@2.2.3
|
- flutter@2.2.3
|
||||||
|
|
@ -38,6 +37,6 @@ Builds:
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: pubspec.yaml|versionCode:\s(.+)|.|version:\s(.+)
|
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s([\d.]+)\+
|
||||||
CurrentVersion: 3.0.0
|
CurrentVersion: 3.0.0
|
||||||
CurrentVersionCode: 11
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue