summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-09-01 17:50:06 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-09-01 17:50:06 -0400
commite24d4efe100411b1545bf4dd18ab2e8ebc75bc18 (patch)
tree4f1a3214b97cf0b452035c3051584de453df35c4 /core
parentad0212c039a0a9116c48c1d7bb7ef0beac0d6670 (diff)
downloadAntennaPod-e24d4efe100411b1545bf4dd18ab2e8ebc75bc18.zip
update api version. build breaks, will need further work
Diffstat (limited to 'core')
-rw-r--r--core/build.gradle11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 46b2e3ce9..b88780772 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'me.tatarka.retrolambda'
android {
- compileSdkVersion 21
- buildToolsVersion "21.1.2"
+ compileSdkVersion 22
+ buildToolsVersion "22.0.1"
defaultConfig {
minSdkVersion 10
- targetSdkVersion 21
+ targetSdkVersion 22
versionCode 1
versionName "1.0"
testApplicationId "de.danoeh.antennapod.core.tests"
@@ -34,8 +34,9 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.android.support:appcompat-v7:21.0.3'
- compile 'com.android.support:support-v4:21.0.3'
+ compile 'com.android.support:support-v4:22.2.1'
+ compile 'com.android.support:appcompat-v7:22.2.1'
+ compile 'com.android.support:support-v4:22.2.1'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile ('org.shredzone.flattr4j:flattr4j-core:2.12') {
exclude group: 'org.json', module: 'json'