Updated dependencies
This commit is contained in:
parent
6672f0106e
commit
df55792d27
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue