mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 13:48:58 +00:00
52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
AntiFeatures:
|
|
NonFreeNet:
|
|
en-US: Depends on saveriomorelli.com
|
|
Categories:
|
|
- Reading
|
|
- Science & Education
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
AuthorName: Saverio Morelli
|
|
AuthorEmail: saverio.morelli@protonmail.com
|
|
AuthorWebSite: https://saveriomorelli.com
|
|
WebSite: https://www.saveriomorelli.com/projects/word-of-the-day/
|
|
SourceCode: https://github.com/Sav22999/word-of-the-day
|
|
IssueTracker: https://github.com/Sav22999/word-of-the-day/issues
|
|
Changelog: https://github.com/Sav22999/word-of-the-day/releases
|
|
Donate: https://www.paypal.com/pools/c/8yl6auiU6e
|
|
Liberapay: Sav22999
|
|
|
|
AutoName: Word of the Day
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Sav22999/word-of-the-day/
|
|
|
|
Builds:
|
|
- versionName: 1.4.1
|
|
versionCode: 15
|
|
commit: 1.4.1
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- FDGH
|
|
output: build/outputs/apk/FDGH/release/app-FDGH-release-unsigned.apk
|
|
|
|
- versionName: '2.0'
|
|
versionCode: 17
|
|
commit: 8b157b66b8d3e12421fec53fdcc3a5f56723e529
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
|
- apt-get update
|
|
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
|
gradle:
|
|
- FDGH
|
|
output: build/outputs/apk/FDGH/release/app-FDGH-release-unsigned.apk
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '2.0'
|
|
CurrentVersionCode: 17
|