diff options
-rw-r--r-- | app/build.gradle | 6 | ||||
-rw-r--r-- | core/build.gradle | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2294f8148..1319847a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,8 +4,8 @@ repositories { mavenCentral() } dependencies { - compile 'com.android.support:support-v4:21.0.2' - compile 'com.android.support:appcompat-v7:21.0.2' + compile 'com.android.support:support-v4:21.0.3' + compile 'com.android.support:appcompat-v7: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' @@ -23,7 +23,7 @@ dependencies { android { compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 10 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' |