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