[ShareLocation] Added Settings to change values for location updates
Now the requested frequency and the priority of location updates can be selected in a newly integrated SettingsActivity which can be extended for future use.
This commit is contained in:
@@ -42,7 +42,8 @@ dependencies {
|
||||
implementation 'com.google.android.gms:play-services-location:21.3.0'
|
||||
|
||||
// Glide
|
||||
implementation 'com.github.bumptech.glide:glide:4.16.0' // Check for the latest version
|
||||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||
implementation 'androidx.preference:preference:1.2.0'// Check for the latest version
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
||||
|
||||
//CircleImageView
|
||||
|
||||
Reference in New Issue
Block a user