Bug 1165422 - Upgrade gradle targetSdk to 22. r=me

Forgot to land this as part of the original changes - this should allow
successful compiling in Intellij.
This commit is contained in:
Michael Comella 2015-06-05 17:36:39 -07:00
parent 079a117eae
commit f3a1178b31
7 changed files with 14 additions and 14 deletions

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}

View File

@ -1,11 +1,11 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
targetSdkVersion 21
targetSdkVersion 22
minSdkVersion 9
}