mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
new app: DEfO ECH Apps
This commit is contained in:
parent
a6b2b19a35
commit
cbba32fd8d
1 changed files with 32 additions and 0 deletions
32
metadata/ie.defo.ech_apps.yml
Normal file
32
metadata/ie.defo.ech_apps.yml
Normal 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
|
||||
Loading…
Reference in a new issue