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

Always use async read, as bulkTransfer can cause data loss. Increase API version to 17 because async read only works reliably since Android 4.2 (http://b.android.com/28023)

This commit is contained in:
Kai Morich
2019-02-03 10:22:53 +01:00
parent e527afdf35
commit 0d48ed04e7
10 changed files with 103 additions and 225 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#Sun Nov 11 09:16:07 CET 2018
#Sun Feb 03 09:37:03 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip