mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
ubuntucountdownwidget - update, update aum
This commit is contained in:
parent
30f57b0308
commit
f3343a1f85
1 changed files with 16 additions and 5 deletions
|
|
@ -58,8 +58,19 @@ Builds:
|
|||
output: build/outputs/apk/release/*.apk
|
||||
build: JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 gradle assembleRelease
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: version.txt|\+(\d+)|.|(.+)\+
|
||||
CurrentVersion: v23.10
|
||||
CurrentVersionCode: 293
|
||||
- versionName: 2.0.1
|
||||
versionCode: 1694720001
|
||||
commit: 2.0.1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/outputs/apk/release/*.apk
|
||||
build: JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 gradle assembleRelease
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/leinardi/UbuntuCountdownWidget/releases/latest/download/version.txt|\+(\d+)|.|(.+)\+
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 1694720001
|
||||
|
|
|
|||
Loading…
Reference in a new issue