summaryrefslogtreecommitdiff
path: root/fakelocation/build.gradle
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2024-01-02 17:53:12 +0100
committerLeonard Kugis <leonard@kug.is>2024-01-02 17:53:12 +0100
commit5db0bdfdf62ae0915b587399a0ff4ce53bca813b (patch)
tree538a18ce0adbf6e600ee77a48e51d8c67649b0c6 /fakelocation/build.gradle
parent298dff2a877680e928b37e3a1336dc7d7aa52dfb (diff)
Implemented route mode
Diffstat (limited to 'fakelocation/build.gradle')
-rw-r--r--fakelocation/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/fakelocation/build.gradle b/fakelocation/build.gradle
index 02f6de5..58099d3 100644
--- a/fakelocation/build.gradle
+++ b/fakelocation/build.gradle
@@ -49,7 +49,8 @@ android {
dependencies {
implementation(
libs.bundles.koin,
- libs.bundles.kotlin.android.coroutines
+ libs.bundles.kotlin.android.coroutines,
+ libs.google.gson
)
implementation project(':core')