ultrasonic-app-subsonic-and.../menudrawer/build.gradle

19 lines
363 B
Groovy
Raw Normal View History

2015-07-26 17:21:54 +02:00
apply plugin: 'com.android.library'
android {
compileSdkVersion 19
2016-04-01 15:10:22 +02:00
buildToolsVersion "23.0.3"
2015-07-26 17:21:54 +02:00
defaultConfig {
minSdkVersion 7
targetSdkVersion 19
2015-07-26 17:21:54 +02:00
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}