mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Adding com.serwylo.babybook
This commit is contained in:
parent
fb37a1f4f3
commit
e3be52c043
1 changed files with 32 additions and 0 deletions
32
metadata/com.serwylo.babybook.yml
Normal file
32
metadata/com.serwylo.babybook.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Reading
|
||||
- Science & Education
|
||||
- Writing
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Peter Serwylo
|
||||
AuthorWebSite: https://peter.serwylo.com
|
||||
SourceCode: https://github.com/babydots/babybook
|
||||
IssueTracker: https://github.com/babydots/babybook/issues
|
||||
Changelog: https://github.com/babydots/babybook/releases
|
||||
|
||||
AutoName: Baby Book
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/babydots/babybook
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.0
|
||||
versionCode: 1
|
||||
commit: v0.1.0
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue