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 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 9, 2024
1 parent e824da1 commit 8cdefd7
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 8cdefd7

Please sign in to comment.