add 35C3 NOC app

This commit is contained in:
Marcus Hoffmann 2018-12-26 21:46:21 +01:00
parent d762c90fd7
commit e74d74e78c
2 changed files with 60 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,32 @@
From 48552ad3a2752cedb8224a3f479d3c4383c7ce35 Mon Sep 17 00:00:00 2001
From: Marcus Hoffmann <bubu@bubu1.eu>
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