Change protbuf version

This commit is contained in:
Sylwester Zieliński
2022-03-10 17:05:52 +01:00
parent 4ed4eeabe8
commit b1c215f9f4

View File

@@ -4,7 +4,7 @@ apply plugin: 'com.google.protobuf'
protobuf { protobuf {
protoc { protoc {
artifact = 'com.google.protobuf:protoc:3.14.0:osx-x86_64' artifact = 'com.google.protobuf:protoc:3.14.0'
} }
// Generates the java Protobuf-lite code for the Protobufs in this project. See // Generates the java Protobuf-lite code for the Protobufs in this project. See