2016-08-13 06:11:29 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
android {
|
2016-09-19 17:02:35 +00:00
|
|
|
compileSdkVersion 24
|
2016-10-14 00:08:29 +00:00
|
|
|
buildToolsVersion "24.0.3"
|
2016-08-13 06:11:29 +00:00
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
release {
|
2016-08-18 17:01:48 +00:00
|
|
|
shrinkResources true
|
2016-08-13 06:11:29 +00:00
|
|
|
minifyEnabled true
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':SPD-classes')
|
|
|
|
}
|