1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 08:22:52 +00:00

Update version

This commit is contained in:
kai-morich
2021-07-01 18:33:07 +02:00
committed by GitHub
parent 4e0a6d6d2d
commit 76f0260a55
+1 -1
View File
@@ -29,7 +29,7 @@ allprojects {
Add library to dependencies
```gradle
dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.4.0'
implementation 'com.github.mik3y:usb-serial-for-android:3.4.1'
}
```