Bump guava from 30.0-android to 30.1-android (#750)

Bumps [guava](https://github.com/google/guava) from 30.0-android to 30.1-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-01-28 21:37:59 -06:00
committed by GitHub
parent c26c140310
commit 0f80505735
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ kotlin {
dependencies {
implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.31.2")
implementation("com.google.guava:guava:30.0-jre")
implementation("com.google.guava:guava:30.1-android")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")
implementation("androidx.annotation:annotation:1.1.0")