2015-07-26 02:23:21 +02:00
|
|
|
apply plugin: 'com.android.application'
|
2017-04-06 10:45:34 +02:00
|
|
|
|
2015-07-26 02:23:21 +02:00
|
|
|
android {
|
2017-11-26 23:27:07 +01:00
|
|
|
compileSdkVersion 27
|
2015-07-26 02:23:21 +02:00
|
|
|
|
|
|
|
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"
|
2015-07-26 02:23:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
release {
|
|
|
|
minifyEnabled false
|
2015-08-01 01:45:27 +02:00
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
2015-07-26 02:23:21 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|