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