From 2204cd2a565db1145f241619997a10a4369ddcc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 05:36:51 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protoc to v3.24.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0437d62f..7efd8962 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,7 +94,7 @@ android { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.22.0" + artifact = "com.google.protobuf:protoc:3.24.1" } // Generates the java Protobuf-lite code for the Protobufs in this project. See