From 3bcbff2f0fcbfcbf0a4d4edb222b93fd55c49c1d Mon Sep 17 00:00:00 2001 From: geeksville Date: Fri, 24 Jul 2020 21:00:58 -0700 Subject: [PATCH] update serial lib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index faa6b981f..2bb8e9131 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -139,7 +139,7 @@ dependencies { // For UART access // implementation 'com.google.android.things:androidthings:1.0' - implementation 'com.github.mik3y:usb-serial-for-android:v2.2.2' + implementation 'com.github.mik3y:usb-serial-for-android:v2.3.0' // mapbox implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:9.2.1'