robot36/app/build.gradle

28 wiersze
657 B
Groovy

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"
minSdkVersion 15
2016-05-19 17:55:52 +00:00
targetSdkVersion 23
2017-02-05 18:52:15 +00:00
versionCode 36
versionName "1.35"
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
}