Updated dependencies

This commit is contained in:
daniel oeh 2014-04-26 23:51:07 +02:00
parent 6672f0106e
commit df55792d27
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ dependencies {
println "Creating libs directory"
libsdir.mkdir()
}
compile 'com.android.support:appcompat-v7:19.0.+'
compile 'org.apache.commons:commons-lang3:3.2.1'
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') {
exclude group: 'org.apache.httpcomponents', module: 'httpcore'
exclude group: 'org.apache.httpcomponents', module: 'httpclient'