From fe618bb33753392642855c2877c3b62354dbb72c Mon Sep 17 00:00:00 2001 From: Niklas Bittner Date: Wed, 25 Aug 2021 00:30:25 +0200 Subject: [PATCH] add de.seemoo.at_tracking_detection --- metadata/de.seemoo.at_tracking_detection.yml | 33 ++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/de.seemoo.at_tracking_detection.yml diff --git a/metadata/de.seemoo.at_tracking_detection.yml b/metadata/de.seemoo.at_tracking_detection.yml new file mode 100644 index 0000000000..19ec4991cf --- /dev/null +++ b/metadata/de.seemoo.at_tracking_detection.yml @@ -0,0 +1,33 @@ +Categories: + - Connectivity + - Security +License: Apache-2.0 +AuthorName: Niklas Bittner +AuthorEmail: niklas.bittner@stud.tu-darmstadt.de +AuthorWebSite: https://www.seemoo.tu-darmstadt.de/ +SourceCode: https://github.com/seemoo-lab/AirGuard +IssueTracker: https://github.com/seemoo-lab/AirGuard/issues +Changelog: https://github.com/seemoo-lab/AirGuard/releases + +AutoName: AirGuard + +RepoType: git +Repo: https://github.com/seemoo-lab/AirGuard + +Builds: + - versionName: 1.0.4 + versionCode: 16 + commit: 1.0.4 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e '/applicationIdSuffix/d' build.gradle + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.0.4 +CurrentVersionCode: 16