Browse Source

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

EpiTest
Jan Gabriel Kunze 2 years ago
parent
commit
23ab600415
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app/build.gradle

+ 2
- 0
app/build.gradle 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")
}

Loading…
Cancel
Save