summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 208661386..8c3307b80 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.library'
android {
- compileSdkVersion 20
- buildToolsVersion "20.0.0"
+ compileSdkVersion 21
+ buildToolsVersion "21.0.2"
defaultConfig {
applicationId "de.danoeh.antennapod.core"
minSdkVersion 10
- targetSdkVersion 20
+ targetSdkVersion 21
versionCode 1
versionName "1.0"
}
@@ -21,8 +21,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:20.0.0'
- compile 'com.android.support:support-v4:20.0.0'
+ compile 'com.android.support:appcompat-v7:21.0.0'
+ compile 'com.android.support:support-v4:21.0.0'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile ('org.shredzone.flattr4j:flattr4j-core:2.10') {
exclude group: 'org.apache.httpcomponents', module: 'httpcore'