fdroiddata/metadata/horse.amazin.my.stratum0.statuswidget.yml
2022-09-04 00:40:39 +08:00

57 lines
1.4 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Categories:
- Internet
License: GPL-2.0-only
AuthorName: Valodim
AuthorEmail: s0widget@mugenguild.com
SourceCode: https://github.com/Valodim/Stratum0Widget
IssueTracker: https://github.com/Valodim/Stratum0Widget/issues
Changelog: https://github.com/Valodim/Stratum0Widget/releases
AutoName: Stratum 0 Widget
Description: |-
This is a widget for viewing and managing the opening status of the Stratum 0
Hackerspace. Its very good.
Features:
* Display status as widget
* Manage status (open/close/inherit)
* Open door using your authorized SSH key
RepoType: git
Repo: https://github.com/Valodim/Stratum0Widget
Builds:
- versionName: 4.0.1-foss
versionCode: 21
commit: v4.0.1
subdir: app
gradle:
- foss
- versionName: 5.0.0-foss
versionCode: 22
commit: v5.0.0
subdir: app
gradle:
- foss
- versionName: 8.1.0-foss
versionCode: 28
commit: bf45526af5be9ce08487794e5783b7acfeb5b17d
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- foss
prebuild:
- sed -i -e '/gms/d' {..,.}/build.gradle
- sed -i -e '/firebase/d' -e "/dependencies {/a implementation 'androidx.annotation:annotation:1.4.0'"
build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]+$
CurrentVersion: 8.1.0-foss
CurrentVersionCode: 28