1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-12 09:29:46 +01:00
termux-api/app/build.gradle

21 lines
456 B
Groovy
Raw Normal View History

apply plugin: 'com.android.application'
android {
2015-09-04 11:54:17 +02:00
compileSdkVersion 23
2016-01-12 03:00:19 +01:00
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.termux.api"
minSdkVersion 21
2016-01-12 03:00:19 +01:00
targetSdkVersion 23
2016-04-26 03:06:12 +02:00
versionCode 10
versionName "0.10"
}
buildTypes {
release {
minifyEnabled false
2015-08-01 01:45:27 +02:00
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}