1
0
mirror of https://github.com/danog/termux-api.git synced 2025-01-09 14:38:20 +01:00
termux-api/app/build.gradle

21 lines
426 B
Groovy
Raw Normal View History

apply plugin: 'com.android.application'
2017-04-06 10:45:34 +02:00
android {
2017-11-26 23:27:07 +01:00
compileSdkVersion 27
defaultConfig {
applicationId "com.termux.api"
minSdkVersion 21
2017-11-26 23:27:07 +01:00
targetSdkVersion 27
2018-06-14 23:59:06 +02:00
versionCode 23
versionName "0.23"
}
buildTypes {
release {
minifyEnabled false
2015-08-01 01:45:27 +02:00
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}