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

simplify write timeout handling

This commit is contained in:
kai-morich
2021-02-08 22:28:46 +01:00
parent f60414f8ec
commit 4ffcc8d0fb
4 changed files with 120 additions and 65 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ android {
dependencies {
implementation project(':usbSerialForAndroid')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android.material:material:1.3.0'
}