diff --git a/app/build.gradle b/app/build.gradle index e976838..9ae4618 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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") } \ No newline at end of file