apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.2" dependencies { compile 'com.android.support:support-annotations:23.1.1' } sourceSets { main { jni.srcDirs = [] } } defaultConfig { applicationId "com.termux" minSdkVersion 21 targetSdkVersion 23 versionCode 23 versionName "0.23" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { testCompile 'junit:junit:4.12' }