2014-11-23 14:49:23 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
2016-05-19 17:55:52 +00:00
|
|
|
compileSdkVersion 23
|
|
|
|
buildToolsVersion "23.0.3"
|
2014-11-23 14:49:23 +00:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "xdsopl.robot36"
|
2014-11-25 20:56:37 +00:00
|
|
|
minSdkVersion 15
|
2016-05-19 17:55:52 +00:00
|
|
|
targetSdkVersion 23
|
2016-06-08 17:43:59 +00:00
|
|
|
versionCode 35
|
|
|
|
versionName "1.34"
|
2015-07-11 11:01:22 +00:00
|
|
|
renderscriptTargetApi 18
|
2014-12-05 11:20:24 +00:00
|
|
|
renderscriptSupportModeEnabled true
|
2014-11-23 14:49:23 +00:00
|
|
|
}
|
|
|
|
buildTypes {
|
|
|
|
release {
|
2014-12-05 11:20:24 +00:00
|
|
|
minifyEnabled false
|
2014-11-23 14:49:23 +00:00
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
2016-05-19 17:55:52 +00:00
|
|
|
compile "com.android.support:support-v4:23.4.0"
|
2014-11-23 14:49:23 +00:00
|
|
|
}
|