mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
42 lines
996 B
YAML
42 lines
996 B
YAML
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
|
|
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 46d1cdbdd61b7995b93eda6713f8fb0eee9f16c4
|
|
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.1
|
|
CurrentVersionCode: 2
|