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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user