Skip to content

Commit 10d1ed8

Browse files
committed
Upgrade USB Serial for Android library
1 parent a658aae commit 10d1ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

capacitor-plugins/betaflight-serial/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
5555

5656
// USB Serial for Android library - provides comprehensive USB-to-serial driver support
57-
implementation 'com.github.mik3y:usb-serial-for-android:3.8.0'
57+
implementation 'com.github.mik3y:usb-serial-for-android:3.9.0'
5858

5959
testImplementation "junit:junit:$junitVersion"
6060
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"

capacitor-plugins/betaflight-serial/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ rimraf@^3.0.2:
17051705
dependencies:
17061706
glob "^7.1.3"
17071707

1708-
rollup@^2.32.0:
1708+
rollup@^2.79.2:
17091709
version "2.79.2"
17101710
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
17111711
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==

0 commit comments

Comments
 (0)