Add import implementation("com.google.guava:guava:30.1.1-jre")

This commit is contained in:
Jan Gabriel Kunze 2021-06-24 16:21:33 +02:00
parent 02fafec88f
commit 23ab600415

View File

@ -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")
}