1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00
This commit is contained in:
kai-morich
2024-07-05 22:07:44 +02:00
committed by GitHub
parent 88ca3f57c4
commit 0a32c3f9e3
+1 -1
View File
@@ -45,7 +45,7 @@ If using gradle kotlin use line
Add library to dependencies Add library to dependencies
```gradle ```gradle
dependencies { dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.7.3' implementation 'com.github.mik3y:usb-serial-for-android:3.8.0'
} }
``` ```