2015-07-26 02:23:21 +02:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
android {
|
2016-10-26 02:11:33 +02:00
|
|
|
compileSdkVersion 25
|
|
|
|
buildToolsVersion "25.0.0"
|
2015-07-26 02:23:21 +02:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "com.termux.api"
|
|
|
|
minSdkVersion 21
|
2016-10-26 02:11:33 +02:00
|
|
|
targetSdkVersion 25
|
2016-09-04 16:45:36 +02:00
|
|
|
versionCode 11
|
|
|
|
versionName "0.11"
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|