added geofencing stuff

This commit is contained in:
Sem van der Hoeven
2021-01-12 11:12:28 +01:00
parent 1a6fc6a7f0
commit e286929b77
8 changed files with 214 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ dependencies {
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.gms:play-services-location:17.1.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
testImplementation 'junit:junit:4.13.1'