diff --git a/metadata/mattecarra.accapp.yml b/metadata/mattecarra.accapp.yml new file mode 100644 index 0000000000..38e6055247 --- /dev/null +++ b/metadata/mattecarra.accapp.yml @@ -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 diff --git a/srclibs/acc.txt b/srclibs/acc.txt new file mode 100644 index 0000000000..6a6fb775ae --- /dev/null +++ b/srclibs/acc.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/VR-25/acc diff --git a/srclibs/djs.txt b/srclibs/djs.txt new file mode 100644 index 0000000000..6743ae0b10 --- /dev/null +++ b/srclibs/djs.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/VR-25/djs