diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-12-19 19:56:41 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-12-19 19:56:41 +0100 |
commit | 4ec7d54e8b6df7dade5de462769389520ef196ad (patch) | |
tree | e45d8b964beff9872d088df8b08e72a58081f3bb /core | |
parent | 3ad4dbc15f52ed7c068ac022309283678b9b32d6 (diff) | |
download | AntennaPod-4ec7d54e8b6df7dade5de462769389520ef196ad.zip |
Updated dependencies
Diffstat (limited to 'core')
-rw-r--r-- | core/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/build.gradle b/core/build.gradle index 3685d3403..a61077a21 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 10 @@ -31,8 +31,8 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:21.0.2' - compile 'com.android.support:support-v4:21.0.2' + compile 'com.android.support:appcompat-v7:21.0.3' + compile 'com.android.support:support-v4:21.0.3' compile 'org.apache.commons:commons-lang3:3.3.2' compile ('org.shredzone.flattr4j:flattr4j-core:2.12') { exclude group: 'org.json', module: 'json' |