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

implement async read for all devices

This commit is contained in:
Kai Morich
2018-03-23 22:58:33 +01:00
parent adb22f718e
commit 0ea5b282b7
10 changed files with 251 additions and 104 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.1'
}
}