Raspicheck - fix build
@eidottermihi To be able to use auto-update either use the same Tag and versionName or Tag like `1.8.12` and have versionName as `v1.8.12` (this would work for the current metadata setup). You can't have `v` in Tags and no `v` in versionName
This commit is contained in:
parent
e38ca76b5b
commit
e30f8a7d2b
|
|
@ -33,12 +33,12 @@ Build:1.8.11,52
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Build:v1.8.12,53
|
Build:1.8.12,53
|
||||||
commit=vv1.8.12
|
commit=v1.8.12
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:v1.8.12
|
Current Version:1.8.12
|
||||||
Current Version Code:53
|
Current Version Code:53
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue