Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Update dependency com.google.protobuf:protoc to v3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent c1233a4 commit 7a97310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ android {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.22.0"
artifact = "com.google.protobuf:protoc:3.25.2"
}

// Generates the java Protobuf-lite code for the Protobufs in this project. See
Expand Down

0 comments on commit 7a97310

Please sign in to comment.