apply plugin: 'com.android.application' android { compileSdkVersion 26 buildToolsVersion "26.0.2" defaultConfig { minSdkVersion 14 targetSdkVersion 26 testInstrumentationRunner "android.test.InstrumentationTestRunner" } buildTypes { release { minifyEnabled true } } } dependencies { implementation project(':usbSerialForAndroid') }