apply plugin: 'com.android.application' android { compileSdkVersion 24 defaultConfig { applicationId "org.eu.zajc.xheadset" minSdkVersion 24 targetSdkVersion 24 versionCode 2 versionName "1.1" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt') } } lintOptions { abortOnError false } defaultConfig { vectorDrawables.useSupportLibrary = true } } repositories { jcenter() } dependencies { compileOnly 'de.robv.android.xposed:api:82' compileOnly 'de.robv.android.xposed:api:82:sources' }