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

support ft_232h, cp210_ multiport devices

harmonize claimInterface() error handling
cancel read() on close()
This commit is contained in:
Kai Morich
2018-05-10 20:28:26 +02:00
parent 0ea5b282b7
commit 61b272b8b6
12 changed files with 161 additions and 123 deletions
+3 -3
View File
@@ -3,12 +3,12 @@ apply plugin: 'maven'
apply plugin: 'signing'
android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
@@ -23,7 +23,7 @@ android {
dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support:support-annotations:27.1.1'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'commons-net:commons-net:3.6'
androidTestImplementation 'org.apache.commons:commons-lang3:3.7'
}