From f4d7ea3f64a8b8ac4f702a9e97e5087f14889277 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:45:29 +0000 Subject: [PATCH] chore(deps): update com.github.mik3y:usb-serial-for-android to v3.6.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fc12eea14..4df1c3f64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -217,7 +217,7 @@ dependencies { implementation "com.google.protobuf:protobuf-kotlin:$protobuf_version" // For UART access - implementation 'com.github.mik3y:usb-serial-for-android:3.5.1' + implementation 'com.github.mik3y:usb-serial-for-android:3.6.0' // location services googleImplementation 'com.google.android.gms:play-services-location:21.0.1'