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

updated version in dependency example

This commit is contained in:
kai-morich
2022-07-17 16:05:02 +02:00
committed by GitHub
parent 1d4e0128c0
commit f8e76c9b3b
+1 -1
View File
@@ -29,7 +29,7 @@ allprojects {
Add library to dependencies Add library to dependencies
```gradle ```gradle
dependencies { dependencies {
implementation 'com.github.mik3y:usb-serial-for-android:3.4.3' implementation 'com.github.mik3y:usb-serial-for-android:3.4.5'
} }
``` ```