apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "com.termux.api" minSdkVersion 21 targetSdkVersion 27 versionCode 26 versionName "0.26" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' } } } dependencies { implementation 'com.android.support:design:27.1.1' }