mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New app: ACCA
This commit is contained in:
parent
1f3e5d9edf
commit
fc13d90391
3 changed files with 40 additions and 0 deletions
36
metadata/mattecarra.accapp.yml
Normal file
36
metadata/mattecarra.accapp.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
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
|
||||
|
||||
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
|
||||
CurrentVersion: 1.0.20
|
||||
CurrentVersionCode: 24
|
||||
2
srclibs/acc.txt
Normal file
2
srclibs/acc.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/VR-25/acc
|
||||
2
srclibs/djs.txt
Normal file
2
srclibs/djs.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/VR-25/djs
|
||||
Loading…
Reference in a new issue