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

write(): throw SerialTimeoutException if connection still valid

This commit is contained in:
Kai Morich
2024-05-27 22:06:39 +02:00
parent 2fbceb6cc7
commit cab862599d
4 changed files with 22 additions and 13 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.5.2beta'
version '3.7.3beta'
}
}
}