apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "com.termux.api" minSdkVersion 21 targetSdkVersion 27 versionCode 18 versionName "0.18" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } }