From 7b85786394c904353c46cb8847cc19411d1142f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:14:21 +0000 Subject: [PATCH] chore(deps): update com.github.mik3y:usb-serial-for-android to v3.7.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6facf8703..f08dc39cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -238,7 +238,7 @@ dependencies { implementation "com.google.protobuf:protobuf-kotlin:$protobuf_version" // For UART access - implementation 'com.github.mik3y:usb-serial-for-android:3.7.0' + implementation 'com.github.mik3y:usb-serial-for-android:3.7.1' // For Firebase Crashlytics & Analytics googleImplementation platform('com.google.firebase:firebase-bom:32.8.1')