From b2333041e9af5dee1169c9d65468a118724be44b Mon Sep 17 00:00:00 2001 From: andrekir Date: Sun, 9 Jul 2023 08:04:45 -0300 Subject: [PATCH] chore: update usb-serial-for-android to 3.5.1 --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 83bb6634c..4c557b5f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,8 +215,7 @@ dependencies { implementation "com.google.protobuf:protobuf-kotlin:$protobuf_version" // For UART access - // implementation 'com.google.android.things:androidthings:1.0' - implementation 'com.github.mik3y:usb-serial-for-android:3.4.6' + implementation 'com.github.mik3y:usb-serial-for-android:3.5.1' // location services googleImplementation 'com.google.android.gms:play-services-location:21.0.1'