diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-02-11 20:06:03 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-02-11 20:06:03 +0100 |
commit | 2e23302734309aaff87857aad95deacaa9a9c5df (patch) | |
tree | 163119ce416b7f0d7e497a3307a905be7e72a0c8 | |
parent | cceaa0e3bea18455df6aeec0c881b7b01604becc (diff) | |
download | AntennaPod-2e23302734309aaff87857aad95deacaa9a9c5df.zip |
Updated version numbers in build.gradle
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index a67ca5e83..33d597340 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.7.+' + classpath 'com.android.tools.build:gradle:0.8.+' } } apply plugin: 'android' @@ -24,8 +24,8 @@ dependencies { } compile 'com.android.support:appcompat-v7:19.0.+' - compile 'org.apache.commons:commons-lang3:3.1' - compile ('org.shredzone.flattr4j:flattr4j-core:2.7') { + compile 'org.apache.commons:commons-lang3:3.2.1' + compile ('org.shredzone.flattr4j:flattr4j-core:2.8') { exclude group: 'org.apache.httpcomponents', module: 'httpcore' exclude group: 'org.apache.httpcomponents', module: 'httpclient' exclude group: 'org.json', module: 'json' |