summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-05-06 00:44:00 +0530
committerAmit Kumar <amitkma@e.email>2021-05-06 00:44:00 +0530
commitb90ec32e36644fba6eedefd361b1386f21e89bc8 (patch)
tree79af512981f5b0890d600d87053329986779372e /app/build.gradle
parentc85a38c0b1dcedfb149e3a084573cc48bdbb7400 (diff)
Add MapBox sdk
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
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.+'