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