mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
New app: com.lukeneedham.vibrator
This commit is contained in:
parent
087c7cb4c9
commit
e0fc1ea9eb
1 changed files with 29 additions and 0 deletions
29
metadata/com.lukeneedham.vibrator.yml
Normal file
29
metadata/com.lukeneedham.vibrator.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9\.]+$
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue