1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-04 10:17:58 +01:00
termux-api/app/build.gradle
2018-02-05 01:01:03 +01:00

22 lines
457 B
Groovy

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