Bug 1155801 - Part 3: bump all build.gradle files to minSdkVersion 14.

--HG--
extra : commitid : Jhp7tIcq5NV
This commit is contained in:
Richard Newman 2015-12-30 18:59:17 -08:00
parent 6e0d164273
commit 08eedc4990
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ android {
defaultConfig {
targetSdkVersion 22
minSdkVersion 9
minSdkVersion 14
// Used by Robolectric based tests; see TestRunner.
buildConfigField 'String', 'BUILD_DIR', "\"${project.buildDir}\""
}

View File

@ -8,7 +8,7 @@ android {
defaultConfig {
targetSdkVersion 22
minSdkVersion 9
minSdkVersion 14
applicationId mozconfig.substs.ANDROID_PACKAGE_NAME
testApplicationId 'org.mozilla.roboexample.test'
testInstrumentationRunner 'org.mozilla.gecko.FennecInstrumentationTestRunner'

View File

@ -8,7 +8,7 @@ android {
defaultConfig {
targetSdkVersion 22
minSdkVersion 9
minSdkVersion 14
}
compileOptions {