summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-12-10 21:28:56 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-12-10 21:28:56 +0100
commit30ac9ecf1d49097a7c308ef868eaaa796c52e034 (patch)
treec31e11f961c18d6c739914331ea9154f6ec30a6c /app/build.gradle
parent43243c1b70b6cae7f7ce3105e171afa6f9982144 (diff)
downloadAntennaPod-30ac9ecf1d49097a7c308ef868eaaa796c52e034.zip
Upgraded dependencies
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 14897139b..2294f8148 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,9 +7,7 @@ dependencies {
compile 'com.android.support:support-v4:21.0.2'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'org.apache.commons:commons-lang3:3.3.2'
- compile('org.shredzone.flattr4j:flattr4j-core:2.11') {
- exclude group: 'org.apache.httpcomponents', module: 'httpcore'
- exclude group: 'org.apache.httpcomponents', module: 'httpclient'
+ compile('org.shredzone.flattr4j:flattr4j-core:2.12') {
exclude group: 'org.json', module: 'json'
}
compile 'commons-io:commons-io:2.4'