From 6bd329847aed9c27f3aa5b143d187331b08acebf Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Wed, 10 Mar 2021 12:18:54 +0800 Subject: [PATCH] update libs --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1ef762cc2..eec127b90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -145,7 +145,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" // For now I'm not using javalite, because I want JSON printing - implementation ('com.google.protobuf:protobuf-java:3.15.3') + implementation ('com.google.protobuf:protobuf-java:3.15.5') // For UART access // implementation 'com.google.android.things:androidthings:1.0'