mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 13:48:58 +00:00
38 lines
901 B
YAML
38 lines
901 B
YAML
Categories:
|
|
- Reading
|
|
License: GPL-3.0-only
|
|
AuthorName: Ben Armstead
|
|
AuthorEmail: benarmstead@protonmail.com
|
|
AuthorWebSite: https://benarmstead.co.uk
|
|
SourceCode: https://github.com/benarmstead/OfflineCookBook
|
|
IssueTracker: https://github.com/benarmstead/OfflineCookBook/issues
|
|
Changelog: https://github.com/benarmstead/OfflineCookBook/releases
|
|
|
|
AutoName: CookBook
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/benarmstead/OfflineCookBook.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.6
|
|
versionCode: 6
|
|
commit: v1.0.6
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.9
|
|
versionCode: 9
|
|
commit: c0b1dd8fb306c8e0f070b913e1ed37b5b8a255fc
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v[0-9.]+$
|
|
CurrentVersion: 1.0.9
|
|
CurrentVersionCode: 9
|