mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 00:59:57 +00:00
35 lines
886 B
YAML
35 lines
886 B
YAML
|
|
Categories:
|
||
|
|
- Science & Education
|
||
|
|
- Sports & Health
|
||
|
|
- Time
|
||
|
|
License: AGPL-3.0-or-later
|
||
|
|
AuthorName: Leonardo Colman Lopes
|
||
|
|
AuthorWebSite: https://github.com/LeoColman/
|
||
|
|
WebSite: https://github.com/LeoColman/Petals
|
||
|
|
SourceCode: https://github.com/LeoColman/Petals
|
||
|
|
IssueTracker: https://github.com/LeoColman/Petals/issues
|
||
|
|
Changelog: https://github.com/LeoColman/Petals/releases
|
||
|
|
|
||
|
|
AutoName: Petals
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/LeoColman/Petals
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: v1.1.1
|
||
|
|
versionCode: 111
|
||
|
|
commit: v1.1.1
|
||
|
|
subdir: app
|
||
|
|
sudo:
|
||
|
|
- apt-get update || apt-get update
|
||
|
|
- apt-get install -y openjdk-11-jdk
|
||
|
|
- update-alternatives --auto java
|
||
|
|
gradle:
|
||
|
|
- fdroid
|
||
|
|
prebuild: echo 'android { lintOptions { isAbortOnError = false }}' >> build.gradle.kts
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
CurrentVersion: v1.1.1
|
||
|
|
CurrentVersionCode: 111
|