1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-06 23:46:33 +00:00
2014-06-14 12:55:24 -07:00

25 lines
454 B
Groovy

apply plugin: 'android'
android {
compileSdkVersion 19
buildToolsVersion "19.0.3"
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
testPackageName "com.hoho.android.usbserial.examples"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
buildTypes {
release {
runProguard true
}
}
}
dependencies {
compile project(':usbSerialForAndroid')
}