fdroiddata/metadata/mattecarra.accapp.yml

39 lines
963 B
YAML
Raw Normal View History

2020-01-06 17:00:59 +00:00
Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/MatteCarra/AccA
IssueTracker: https://github.com/MatteCarra/AccA/issues
Translation: https://crowdin.com/project/advanced-charging-controller
Changelog: https://github.com/MatteCarra/AccA/releases
2020-01-09 02:45:15 +00:00
AutoName: ACCA
2020-01-06 17:00:59 +00:00
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/MatteCarra/AccA.git
Builds:
- versionName: 1.0.20
versionCode: 24
commit: v1.0.20
subdir: app
gradle:
- yes
srclibs:
- acc@201910132
- djs@201910180
rm:
- app/src/main/res/raw/acc_bundle
- app/src/main/res/raw/djs_bundle
build:
- tar -czvf src/main/res/raw/acc_bundle -C $$acc$$ --exclude '.git*' --transform
's,^\.,acc-fdroid,' .
- tar -czvf src/main/res/raw/djs_bundle -C $$djs$$ --exclude '.git*' --transform
's,^\.,djs-fdroid,' .
AutoUpdateMode: None
UpdateCheckMode: Tags
2020-05-07 11:46:04 +00:00
CurrentVersion: 1.0.24
CurrentVersionCode: 28