Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protoc to v4.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent a1e5808 commit a7379e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/Frecents/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
}

protobuf {
val version = "4.28.3"
val version = "4.29.3"
protoc {
artifact = "com.google.protobuf:protoc:$version"
}
Expand Down

0 comments on commit a7379e9

Please sign in to comment.