From b172c61a72b06467c9af4827b0c968eef4ba5f1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:43:21 +0000 Subject: [PATCH] chore(deps): update com.github.mik3y:usb-serial-for-android to v3.7.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2c205d6f0..32fb1fe73 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.2' + implementation 'com.github.mik3y:usb-serial-for-android:3.7.3' // For Firebase Crashlytics & Analytics googleImplementation platform('com.google.firebase:firebase-bom:33.1.0')