From a34a23ece3878e5cdf5d68d6ea23c038827dd739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:24:13 +0000 Subject: [PATCH] chore(deps): update com.github.mik3y:usb-serial-for-android to v3.8.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48625578c..a9fd187b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -237,7 +237,7 @@ dependencies { implementation "com.google.protobuf:protobuf-kotlin:$protobuf_version" // For UART access - implementation 'com.github.mik3y:usb-serial-for-android:3.7.3' + implementation 'com.github.mik3y:usb-serial-for-android:3.8.0' // For Firebase Crashlytics & Analytics googleImplementation platform('com.google.firebase:firebase-bom:33.1.2')