From b1c215f9f41bf25aac5e4193e08773e48d6f41f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20Zieli=C5=84ski?= Date: Thu, 10 Mar 2022 17:05:52 +0100 Subject: [PATCH] Change protbuf version --- profile_uart/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile_uart/build.gradle b/profile_uart/build.gradle index 0f8532fe..b4d95a07 100644 --- a/profile_uart/build.gradle +++ b/profile_uart/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.google.protobuf' protobuf { 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