mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New app: PixaPencil
This commit is contained in:
parent
53c7eac42c
commit
b2ae43baa7
1 changed files with 29 additions and 0 deletions
29
metadata/com.therealbluepandabear.pixapencil.yml
Normal file
29
metadata/com.therealbluepandabear.pixapencil.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
License: MIT
|
||||
AuthorName: thebluepandabear
|
||||
AuthorEmail: therealbluepandabear@gmail.com
|
||||
SourceCode: https://github.com/therealbluepandabear/PixaPencil
|
||||
IssueTracker: https://github.com/therealbluepandabear/PixaPencil/issues
|
||||
|
||||
AutoName: PixaPencil
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/therealbluepandabear/PixaPencil
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.1-rc1.1
|
||||
versionCode: 6
|
||||
commit: c464cdac216e6cc7da17273b375a66fa699c74d7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.0.1-rc1.1
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue