Updated version numbers

This commit is contained in:
daniel oeh 2014-10-25 11:24:57 +02:00
parent 375575a54e
commit baac7c535a
2 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@ repositories {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
compile 'com.android.support:support-v4:20.0.0' compile 'com.android.support:support-v4:21.0.0'
compile 'com.android.support:appcompat-v7:20.0.0' compile 'com.android.support:appcompat-v7:21.0.0'
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'
@ -25,12 +25,12 @@ dependencies {
} }
android { android {
compileSdkVersion 20 compileSdkVersion 21
buildToolsVersion "20.0" buildToolsVersion "21.0.2"
defaultConfig { defaultConfig {
minSdkVersion 10 minSdkVersion 10
targetSdkVersion 20 targetSdkVersion 21
testApplicationId "de.test.antennapod" testApplicationId "de.test.antennapod"
testInstrumentationRunner "de.test.antennapod.AntennaPodTestRunner" testInstrumentationRunner "de.test.antennapod.AntennaPodTestRunner"
} }

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 20 compileSdkVersion 21
buildToolsVersion "20.0.0" buildToolsVersion "21.0.2"
defaultConfig { defaultConfig {
applicationId "de.danoeh.antennapod.core" applicationId "de.danoeh.antennapod.core"
minSdkVersion 10 minSdkVersion 10
targetSdkVersion 20 targetSdkVersion 21
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
} }
@ -21,8 +21,8 @@ android {
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:20.0.0' compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:support-v4:20.0.0' compile 'com.android.support:support-v4:21.0.0'
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'