Updated dependencies
This commit is contained in:
parent
532513d0e2
commit
f46d7dad2e
@ -4,8 +4,8 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:21.0.0'
|
compile 'com.android.support:support-v4:21.0.2'
|
||||||
compile 'com.android.support:appcompat-v7:21.0.0'
|
compile 'com.android.support:appcompat-v7:21.0.2'
|
||||||
compile 'org.apache.commons:commons-lang3:3.3.2'
|
compile 'org.apache.commons:commons-lang3:3.3.2'
|
||||||
compile('org.shredzone.flattr4j:flattr4j-core:2.10') {
|
compile('org.shredzone.flattr4j:flattr4j-core:2.10') {
|
||||||
exclude group: 'org.apache.httpcomponents', module: 'httpcore'
|
exclude group: 'org.apache.httpcomponents', module: 'httpcore'
|
||||||
@ -26,7 +26,7 @@ dependencies {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion "21.1.0"
|
buildToolsVersion "21.1.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 10
|
minSdkVersion 10
|
||||||
|
@ -5,7 +5,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.14.1'
|
classpath 'com.android.tools.build:gradle:0.14.2'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion "21.1.0"
|
buildToolsVersion "21.1.1"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "de.danoeh.antennapod.core"
|
applicationId "de.danoeh.antennapod.core"
|
||||||
@ -32,8 +32,8 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.android.support:appcompat-v7:21.0.0'
|
compile 'com.android.support:appcompat-v7:21.0.2'
|
||||||
compile 'com.android.support:support-v4:21.0.0'
|
compile 'com.android.support:support-v4:21.0.2'
|
||||||
compile 'org.apache.commons:commons-lang3:3.3.2'
|
compile 'org.apache.commons:commons-lang3:3.3.2'
|
||||||
compile ('org.shredzone.flattr4j:flattr4j-core:2.10') {
|
compile ('org.shredzone.flattr4j:flattr4j-core:2.10') {
|
||||||
exclude group: 'org.apache.httpcomponents', module: 'httpcore'
|
exclude group: 'org.apache.httpcomponents', module: 'httpcore'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user