Upgraded flattr4j library. fixes #437

This commit is contained in:
daniel oeh 2014-05-29 18:04:58 +02:00
parent 8a2332f853
commit 65324d0ba9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dependencies {
compile 'com.android.support:support-v4:19.1.+'
compile 'com.android.support:appcompat-v7:19.1.+'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile ('org.shredzone.flattr4j:flattr4j-core:2.8') {
compile ('org.shredzone.flattr4j:flattr4j-core:2.10') {
exclude group: 'org.apache.httpcomponents', module: 'httpcore'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
exclude group: 'org.json', module: 'json'