@@ -38,4 +38,6 @@ dependencies { | |||
androidTestImplementation 'androidx.test.ext:junit:1.1.2' | |||
implementation "com.google.android.gms:play-services-location:15.0.1" //Important to find the location from the device | |||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' | |||
implementation("com.google.guava:guava:30.1.1-jre") | |||
} |