mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Add app Petals
This commit is contained in:
parent
abb1e6ee91
commit
3cf46a2c0a
1 changed files with 34 additions and 0 deletions
34
metadata/br.com.colman.petals.yml
Normal file
34
metadata/br.com.colman.petals.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
Loading…
Reference in a new issue