From ca97c46120b3ce298bfd72bfeb208aa136076ea3 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 7 May 2021 00:10:39 +0530 Subject: Add mapview to pick location from map --- load-properties.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'load-properties.gradle') diff --git a/load-properties.gradle b/load-properties.gradle index 71c9fb5..b8c6844 100644 --- a/load-properties.gradle +++ b/load-properties.gradle @@ -28,6 +28,6 @@ if (localPropertiesFile.exists()) { new FileInputStream(localPropertiesFile).withCloseable { is -> p.load(is) } p.each { name, value -> ext[name] = value } } else { - ext["MAPBOX_KEY"] = System.getenv('MAPBOX_KEY') - ext["MAPBOX_SECRET_KEY"] = System.getenv('MAPBOX_SECRET_KEY') + ext["MAPBOX_KEY"] = System.getenv('MAPBOX_KEY_DEV') + ext["MAPBOX_SECRET_KEY"] = System.getenv('MAPBOX_SECRET_KEY_DEV') } \ No newline at end of file -- cgit v1.2.1