From ba6b8a1906bd0295dc83156c61ede699207a685f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:18:04 +0100 Subject: [PATCH] chore(deps): bump com.github.mik3y:usb-serial-for-android from v3.8.0 to 3.8.1 (#2565) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 58f9aab04..78d0828e7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { implementation("de.hdodenhof:circleimageview:3.1.0") implementation("com.github.devlight:navigationtabstrip:1.0.4") implementation("com.afollestad.material-dialogs", "commons", "0.9.6.0") - implementation("com.github.mik3y:usb-serial-for-android:v3.8.0") + implementation("com.github.mik3y:usb-serial-for-android:3.8.1") implementation("com.github.medyo:android-about-page:1.3") implementation("com.github.tiagohm.MarkdownView:library:0.19.0") implementation("com.github.mirrajabi:search-dialog:1.2.4")