summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
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.+'