From 91f28f1639b6b2e382f68fbd651cd24b8255d3a6 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Tue, 2 May 2023 07:44:38 +0200 Subject: 1167: replace Mapbox with maplibre 10.0.2 --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d58239..0b842ed 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ This project uses [Sentry](https://sentry.io) for telemetry and crash reports, You can set them in local.properties ``` MAPBOX_KEY= -MAPBOX_SECRET_KEY= SENTRY_DSN= ``` **IMP: Never add this file to version control.** @@ -57,7 +56,6 @@ SENTRY_DSN= When building in CI environment, we don't have local.properties file. So the following environment variables must be set: ``` export MAPBOX_KEY= -export MAPBOX_SECRET_KEY= export SENTRY_DSN= ``` -- cgit v1.2.1