From 5a360a7ee0f69914798cff3b21c73a1e2902db32 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Wed, 15 Oct 2025 21:05:42 +0200 Subject: [PATCH] remove Chargeprice API key --- _ci/apikeys-ci.xml | 1 - app/build.gradle.kts | 12 ------------ doc/api_keys.md | 3 --- 3 files changed, 16 deletions(-) diff --git a/_ci/apikeys-ci.xml b/_ci/apikeys-ci.xml index 4984c3e9..a2b0289c 100644 --- a/_ci/apikeys-ci.xml +++ b/_ci/apikeys-ci.xml @@ -4,7 +4,6 @@ ci ci ci - ci ci ci ci diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 365e413d..bfb57e19 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -197,18 +197,6 @@ android { if (arcgisKey != null) { resValue("string", "arcgis_key", jawgKey) } - var chargepriceKey = - System.getenv("CHARGEPRICE_API_KEY") ?: project.findProperty("CHARGEPRICE_API_KEY") - ?.toString() - if (chargepriceKey == null && project.hasProperty("CHARGEPRICE_API_KEY_ENCRYPTED")) { - chargepriceKey = decode( - project.findProperty("CHARGEPRICE_API_KEY_ENCRYPTED").toString(), - "FmK.d,-f*p+rD+WK!eds" - ) - } - if (chargepriceKey != null) { - resValue("string", "chargeprice_key", chargepriceKey) - } var fronyxKey = System.getenv("FRONYX_API_KEY") ?: project.findProperty("FRONYX_API_KEY")?.toString() if (fronyxKey == null && project.hasProperty("FRONYX_API_KEY_ENCRYPTED")) { diff --git a/doc/api_keys.md b/doc/api_keys.md index e5b1e3b2..4f9da8c4 100644 --- a/doc/api_keys.md +++ b/doc/api_keys.md @@ -26,9 +26,6 @@ be put into the app in the form of a resource file called `apikeys.xml` under insert your GoingElectric key here - - insert your Chargeprice key here - insert your OpenChargeMap key here