kopia lustrzana https://github.com/xdsopl/robot36
28 wiersze
657 B
Groovy
28 wiersze
657 B
Groovy
apply plugin: 'com.android.application'
|
|
|
|
android {
|
|
compileSdkVersion 23
|
|
buildToolsVersion "23.0.3"
|
|
|
|
defaultConfig {
|
|
applicationId "xdsopl.robot36"
|
|
minSdkVersion 15
|
|
targetSdkVersion 23
|
|
versionCode 36
|
|
versionName "1.35"
|
|
renderscriptTargetApi 18
|
|
renderscriptSupportModeEnabled true
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
compile "com.android.support:support-v4:23.4.0"
|
|
}
|