mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
54 lines
1.2 KiB
YAML
54 lines
1.2 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/mueller-ma/Stopwatch
|
|
IssueTracker: https://github.com/mueller-ma/Stopwatch/issues
|
|
Translation: https://crowdin.com/project/stopwatch
|
|
Changelog: https://github.com/mueller-ma/Stopwatch/releases
|
|
|
|
AutoName: Stopwatch
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/mueller-ma/Stopwatch.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '1.0'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 147983b7a137ea31156c9ed60b0e2334b5b83c46
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: 3e0d6f581182282b9c644dcde058ad0d6adeb796
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: 2ebe11ea91250c3f8d998c3423d5a939abada324
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-java-alternatives -a
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 4
|