mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-01 09:36:04 +01:00
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
Categories:
|
|
- Development
|
|
- System
|
|
License: CC0-1.0
|
|
AuthorName: Luke Needham
|
|
AuthorWebSite: https://LukeNeedham.com
|
|
SourceCode: https://github.com/LukeNeedham/Vibrator
|
|
|
|
AutoName: Vibrator
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/LukeNeedham/Vibrator.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 1
|
|
commit: v1.0.0
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 0ae7a3aeff0ae714075717dd793e7f68d478bd7b
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.2
|
|
versionCode: 3
|
|
commit: 96b8e8c079c6e3a961c4e95b38fd3d700163ac1c
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v[0-9\.]+$
|
|
CurrentVersion: 1.0.2
|
|
CurrentVersionCode: 3
|