mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Add new app SensorSpot
This commit is contained in:
parent
3f2057b612
commit
a249df4b6e
1 changed files with 30 additions and 0 deletions
30
metadata/com.github.umercodez.sensorspot.yml
Normal file
30
metadata/com.github.umercodez.sensorspot.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Umer Farooq
|
||||
SourceCode: https://github.com/UmerCodez/SensorSpot
|
||||
IssueTracker: https://github.com/UmerCodez/SensorSpot/issues
|
||||
Changelog: https://github.com/UmerCodez/SensorSpot/releases
|
||||
|
||||
AutoName: Sensor Spot
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/UmerCodez/SensorSpot.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.0
|
||||
versionCode: 9
|
||||
commit: 48a666f43416e7cdb9f3e29754ade3cc67f95b18
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 9
|
||||
Loading…
Reference in a new issue