apply plugin: 'android' android { compileSdkVersion 19 buildToolsVersion '19.1.0' defaultConfig { applicationId 'com.nutomic.zertman' minSdkVersion 19 targetSdkVersion 19 versionCode 1 versionName '0.1.0' testApplicationId 'com.nutomic.zertman.test' testInstrumentationRunner 'android.test.InstrumentationTestRunner' testHandleProfiling true testFunctionalTest true } buildTypes { debug { applicationIdSuffix ".debug" debuggable true } } } dependencies { compile project(':libsuperuser') }