diff --git a/metadata/nl.eventinfra.wifisetup.yml b/metadata/nl.eventinfra.wifisetup.yml new file mode 100644 index 0000000000..c8a825bd5a --- /dev/null +++ b/metadata/nl.eventinfra.wifisetup.yml @@ -0,0 +1,28 @@ +Categories: + - Conectivity +License: Apache-2.0 +SourceCode: https://github.com/EventInfra/wifisetup.git +IssueTracker: https://github.com/EventInfra/wifisetup.git/issues + +Summary: Official NOC application for connecting to the 35C3 WiFi +Description: | + This app creates a secure profile with CA certificate checking (Let's + Encrypt) and certificate subject verification (radius.c3noc.net), with simply + 35c3/35c3 as credentials. + +RepoType: git +Repo: https://github.com/EventInfra/wifisetup.git + +Builds: + - versionName: '0.25' + versionCode: 20181222 + commit: 867323075f00c2bc64f726ce30281c50b0186883 + subdir: app + patch: + - 0001-add-google-repo.patch + gradle: + - yes + prebuild: rm local.properties + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest diff --git a/metadata/nl.eventinfra.wifisetup/0001-add-google-repo.patch b/metadata/nl.eventinfra.wifisetup/0001-add-google-repo.patch new file mode 100644 index 0000000000..1222ae1a3a --- /dev/null +++ b/metadata/nl.eventinfra.wifisetup/0001-add-google-repo.patch @@ -0,0 +1,32 @@ +From 48552ad3a2752cedb8224a3f479d3c4383c7ce35 Mon Sep 17 00:00:00 2001 +From: Marcus Hoffmann +Date: Wed, 26 Dec 2018 19:48:34 +0100 +Subject: [PATCH] add google repo + +--- + build.gradle | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/build.gradle b/build.gradle +index e4467f8..277c10f 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -1,6 +1,7 @@ + // Top-level build file where you can add configuration options common to all sub-projects/modules. + buildscript { + repositories { ++ google() + jcenter() + } + dependencies { +@@ -10,6 +11,7 @@ buildscript { + + allprojects { + repositories { ++ google() + jcenter() + } + } +-- +2.17.1 +