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

flowcontrol for ftdi, pl2303, cp210x

This commit is contained in:
Kai Morich
2024-07-05 21:18:37 +02:00
parent 843792001f
commit 88ca3f57c4
14 changed files with 655 additions and 36 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ project.afterEvaluate {
// values used for local maven repo, jitpack uses github release:
groupId 'com.github.mik3y'
artifactId 'usb-serial-for-android'
version '3.7.3beta'
version '3.8.0beta'
}
}
}