diff options
Diffstat (limited to 'android-app/app/build.gradle')
| -rw-r--r-- | android-app/app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index bf8d5c9..dc06536 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -97,6 +97,11 @@ dependencies { implementation 'com.squareup.moshi:moshi-kotlin:1.15.0' ksp 'com.squareup.moshi:moshi-kotlin-codegen:1.15.0' + // Room + implementation 'androidx.room:room-runtime:2.6.1' + implementation 'androidx.room:room-ktx:2.6.1' + ksp 'androidx.room:room-compiler:2.6.1' + // Location implementation 'com.google.android.gms:play-services-location:21.2.0' |
