mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
New App: My Brain
This commit is contained in:
parent
b2ae43baa7
commit
c37699a54d
1 changed files with 31 additions and 0 deletions
31
metadata/com.mhss.app.mybrain.yml
Normal file
31
metadata/com.mhss.app.mybrain.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Mohamed Shaaban
|
||||
AuthorEmail: mh.mohamedhas@gmail.com
|
||||
SourceCode: https://github.com/mhss1/MyBrain
|
||||
IssueTracker: https://github.com/mhss1/MyBrain/issues
|
||||
Changelog: https://github.com/mhss1/MyBrain/releases
|
||||
Donate: https://buymeacoffee.com/mhss
|
||||
|
||||
AutoName: My Brain
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mhss1/MyBrain
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
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: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue