Updated target API to 21, updated dependency.
This commit is contained in:
parent
88bdfe303e
commit
be04474df5
1 changed files with 3 additions and 3 deletions
|
@ -18,16 +18,16 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:19.1.+'
|
compile 'com.android.support:appcompat-v7:21.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 19
|
compileSdkVersion 21
|
||||||
buildToolsVersion '19.1.0'
|
buildToolsVersion '19.1.0'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId 'com.nutomic.zertman'
|
applicationId 'com.nutomic.zertman'
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 19
|
targetSdkVersion 21
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName '1.0.1'
|
versionName '1.0.1'
|
||||||
testApplicationId 'com.nutomic.zertman.test'
|
testApplicationId 'com.nutomic.zertman.test'
|
||||||
|
|
Reference in a new issue