mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-21 13:22:56 +00:00
build tools update; instrumented device test
This commit is contained in:
@@ -3,12 +3,13 @@ apply plugin: 'maven'
|
||||
apply plugin: 'signing'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion "19.1"
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion "26.0.2"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 12
|
||||
targetSdkVersion 19
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
@@ -19,6 +20,14 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'com.android.support:support-annotations:27.1.0'
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.1'
|
||||
androidTestImplementation 'commons-net:commons-net:3.6'
|
||||
androidTestImplementation 'org.apache.commons:commons-lang3:3.7'
|
||||
}
|
||||
|
||||
group = "com.hoho.android"
|
||||
version = "0.2.0-SNAPSHOT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user