From 62cb198f0dc08e1e1e6b4124f669e5c293b03644 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Sun, 21 Nov 2021 08:35:42 -0500 Subject: [PATCH] Guava 31.0.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fa27481e..f777c45d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -86,7 +86,7 @@ COROUTINES_OKHTTP=1.0 GOOGLE_MATERIAL_VERSION=1.3.0-alpha03 GRPC_VERSION=1.42.1 GSON_VERSION=2.8.9 -GUAVA_VERSION=30.0-android +GUAVA_VERSION=31.0.1-android JACOCO_VERSION=0.8.7 JAVAX_ANNOTATION_VERSION=1.3.2 JUNIT_VERSION=5.8.1