chore(deps): bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.0-jre to 32.0.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f1118e238d
commit
880029713e
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ dependencies {
|
|||
|
||||
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
||||
api 'com.google.guava:guava:32.0.0-jre'
|
||||
api 'com.google.guava:guava:32.0.1-jre'
|
||||
|
||||
api "androidx.activity:activity-ktx:$activity_version"
|
||||
api "androidx.appcompat:appcompat:$appcompat_version"
|
||||
|
|
|
@ -23,6 +23,6 @@ dependencies {
|
|||
implementation project(':app-wear-shared:shared')
|
||||
|
||||
// RuffyScripter
|
||||
api 'com.google.guava:guava:32.0.0-jre'
|
||||
api 'com.google.guava:guava:32.0.1-jre'
|
||||
|
||||
}
|
|
@ -29,7 +29,7 @@ dependencies {
|
|||
implementation project(':core:utils')
|
||||
implementation project(':core:ui')
|
||||
|
||||
api 'com.google.guava:guava:32.0.0-jre'
|
||||
api 'com.google.guava:guava:32.0.1-jre'
|
||||
|
||||
//RxAndroidBle
|
||||
implementation "com.polidea.rxandroidble3:rxandroidble:1.17.2"
|
||||
|
|
Loading…
Reference in a new issue