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
Fredrik Fornwall 2c62ab229a Update gradle
2017-04-06 10:45:34 +02:00

22 lines
457 B
Groovy

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