fdroiddata/metadata/com.mcsnowflake.worktimer.yml
2021-12-13 22:55:05 +00:00

70 lines
1.4 KiB
YAML

Categories:
- Time
License: GPL-3.0-only
SourceCode: https://gitlab.com/McSnowflake/worktimer
IssueTracker: https://gitlab.com/McSnowflake/worktimer/-/issues
AutoName: WorkTimer
RepoType: git
Repo: https://gitlab.com/McSnowflake/worktimer.git
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
- versionName: 1.4-beta1
versionCode: 5
commit: v1.4-beta1
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
- versionName: 1.4-alpha1
versionCode: 6
commit: v1.4-alpha1
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
- versionName: 1.4-alpha2
versionCode: 7
commit: v1.4-alpha2
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+$
CurrentVersion: '1.3'
CurrentVersionCode: 4