mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
fix current versionCode as well
This commit is contained in:
parent
a858330e14
commit
cd5763e47c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ Repo: https://github.com/leinardi/UbuntuCountdownWidget.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: v21.04
|
- versionName: v21.04
|
||||||
versionCode: 256
|
versionCode: 259
|
||||||
commit: v21.04
|
commit: v21.04
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
|
|
@ -22,4 +22,4 @@ AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://github.com/leinardi/UbuntuCountdownWidget/raw/master/version.txt|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: https://github.com/leinardi/UbuntuCountdownWidget/raw/master/version.txt|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: v21.04
|
CurrentVersion: v21.04
|
||||||
CurrentVersionCode: 256
|
CurrentVersionCode: 259
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue