1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-14 02:17:25 +01:00
termux-api/app/build.gradle
2015-11-29 23:22:34 +01:00

21 lines
454 B
Groovy

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