new app: DEfO ECH Apps

This commit is contained in:
Hans-Christoph Steiner 2021-11-30 17:28:46 +01:00
parent a6b2b19a35
commit cbba32fd8d
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -0,0 +1,32 @@
Categories:
- System
License: GPL-3.0-or-later
WebSite: https://defo.is
SourceCode: https://github.com/defo-project/defo-ech-apps
IssueTracker: https://github.com/defo-project/defo-ech-apps/issues
AutoName: ECH Apps
RepoType: git
Repo: https://github.com/defo-project/defo-ech-apps.git
Builds:
- versionName: '0.0'
versionCode: 1014003
commit: '0.0'
subdir: app
gradle:
- fullDefo
prebuild:
- max=$(expr $(sed -En 's,^MemAvailable:\s*([0-9]+)[^0-9]*$,\1,p' /proc/meminfo)
/ 1024 / 1024)
- printf "\norg.gradle.jvmargs=-Xms1g -Xmx${max}g -XX:MaxPermSize=${max}g\n"
>> ../gradle.properties
scanignore:
- app/src/androidTest/assets
- app/src/test/resources
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '0.0'
CurrentVersionCode: 1014003