From b90ec32e36644fba6eedefd361b1386f21e89bc8 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 6 May 2021 00:44:00 +0530 Subject: Add MapBox sdk --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 15fa88c..2b493d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,6 +14,8 @@ android { versionName buildConfig.version.fullName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + + resValue("string", "mapbox_key", MAPBOX_KEY) } buildTypes { @@ -37,6 +39,7 @@ dependencies { implementation Libs.AndroidX.Lifecycle.runtime implementation Libs.AndroidX.Lifecycle.viewmodel + implementation Libs.MapBox.sdk implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:4.+' -- cgit v1.2.1