mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
add Sobriety (com.katiearose.sobriety)
This commit is contained in:
parent
20f9164d37
commit
048c74fe50
1 changed files with 32 additions and 0 deletions
32
metadata/com.katiearose.sobriety.yml
Normal file
32
metadata/com.katiearose.sobriety.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Katherine Rose
|
||||
AuthorEmail: katiearose@protonmail.com
|
||||
SourceCode: https://github.com/KiARC/Sobriety
|
||||
IssueTracker: https://github.com/KiARC/Sobriety/issues
|
||||
Changelog: https://github.com/KiARC/Sobriety/releases
|
||||
|
||||
AutoName: Sobriety
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/KiARC/Sobriety.git
|
||||
|
||||
Builds:
|
||||
- versionName: v5.1.4
|
||||
versionCode: 10
|
||||
commit: v5.1.4
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e 's/VERSION_17/VERSION_11/g' build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v5.1.4
|
||||
CurrentVersionCode: 10
|
||||
Loading…
Reference in a new issue