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