diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-06 00:44:00 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-06 00:44:00 +0530 |
commit | b90ec32e36644fba6eedefd361b1386f21e89bc8 (patch) | |
tree | 79af512981f5b0890d600d87053329986779372e /app/build.gradle | |
parent | c85a38c0b1dcedfb149e3a084573cc48bdbb7400 (diff) |
Add MapBox sdk
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 3 |
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.+' |