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