1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-04 18:27:52 +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-06 01:12:28 +02:00
versionCode 22
versionName "0.22"
}
buildTypes {
release {
minifyEnabled false
2015-08-01 01:45:27 +02:00
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}