ccc wifisetup: use forked repo as base for camp build
upstream repo is in a broken state, see https://github.com/EventInfra/wifisetup/pull/2
This commit is contained in:
parent
c31bbd837c
commit
8653052f41
|
@ -1,17 +1,17 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/EventInfra/wifisetup
|
||||
IssueTracker: https://github.com/EventInfra/wifisetup/issues
|
||||
SourceCode: https://github.com/Bubu/wifisetup
|
||||
IssueTracker: https://github.com/Bubu/wifisetup/issues
|
||||
|
||||
AutoName: CCC Camp 2019 Wifi Setup
|
||||
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.
|
||||
Encrypt) and certificate subject verification (radius.c3noc.net).
|
||||
Current iteration for ccamp2019.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/EventInfra/wifisetup.git
|
||||
Repo: https://github.com/Bubu/wifisetup.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.25'
|
||||
|
@ -24,6 +24,13 @@ Builds:
|
|||
- yes
|
||||
prebuild: rm local.properties
|
||||
|
||||
- versionName: '0.26'
|
||||
versionCode: 20190813
|
||||
commit: 3342817dc3d06e8a0a078ec1ab58dd0a8b4d80d7
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '0.26'
|
||||
|
|
Loading…
Reference in a new issue