Skip to content

Commit abdc60f

Browse files
committed
Add dependency to map module
1 parent 382fc71 commit abdc60f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

android/app/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ dependencies {
320320
implementation(project(Dependencies.Mullvad.talpidLib))
321321
implementation(project(Dependencies.Mullvad.themeLib))
322322
implementation(project(Dependencies.Mullvad.paymentLib))
323+
implementation(project(Dependencies.Mullvad.mapLib))
323324

324325
// Play implementation
325326
playImplementation(project(Dependencies.Mullvad.billingLib))

android/buildSrc/src/main/kotlin/Dependencies.kt

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ object Dependencies {
9999
const val commonTestLib = ":lib:common-test"
100100
const val billingLib = ":lib:billing"
101101
const val paymentLib = ":lib:payment"
102+
const val mapLib = ":lib:map"
102103
}
103104

104105
object Plugin {

0 commit comments

Comments
 (0)