mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(deps): update com.google.protobuf:protoc to v4.32.1 (#3102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a9b5935e9
commit
2b028cc756
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ kotlin { jvmToolchain(21) }
|
||||||
|
|
||||||
// per protobuf-gradle-plugin docs, this is recommended for android
|
// per protobuf-gradle-plugin docs, this is recommended for android
|
||||||
protobuf {
|
protobuf {
|
||||||
protoc { protoc { artifact = "com.google.protobuf:protoc:4.32.0" } }
|
protoc { protoc { artifact = "com.google.protobuf:protoc:4.32.1" } }
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
all().forEach { task ->
|
all().forEach { task ->
|
||||||
task.builtins {
|
task.builtins {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue