Zitate-All-In-One/app/build.gradle
2015-10-20 21:24:17 +02:00

26 lines
582 B
Groovy

apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion "23.0.0 rc2"
defaultConfig {
applicationId "com.raataar.zitate_allinone"
minSdkVersion 14
targetSdkVersion 14
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
dependencies {
compile 'com.android.support:support-v4:21.0.3'
compile files('libs/picasso-2.5.2.jar')
compile files('libs/volley-1.0.15.jar')
}