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