[ShareLocation] Initial "read data from db" logic
Added some base GoogleMap widget logic and a way to listen to ones own location updates. In future this needs to be extended with a way to listen to the updates of other users.
This commit is contained in:
@@ -37,6 +37,14 @@ dependencies {
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
|
||||
|
||||
//Google Maps SDK
|
||||
implementation 'com.google.android.gms:play-services-maps:19.1.0'
|
||||
|
||||
// Glide
|
||||
implementation 'com.github.bumptech.glide:glide:4.16.0' // Check for the latest version
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
||||
|
||||
|
||||
//Firebase Dependencies
|
||||
implementation platform('com.google.firebase:firebase-bom:33.10.0')
|
||||
implementation 'com.google.firebase:firebase-analytics'
|
||||
|
||||
Reference in New Issue
Block a user