1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-27 04:14:47 +01:00
termux-api/app/build.gradle
2016-09-26 22:43:16 +02:00

21 lines
456 B
Groovy

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