Backed out changeset 995c8eadd377 (bug 1155801)

--HG--
extra : commitid : BPcLQ85nUoJ
This commit is contained in:
Nigel Babu 2015-12-31 13:57:28 +05:30
parent 54384ad6a1
commit 859b2bfb24
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -8,7 +8,7 @@ android {
defaultConfig {
targetSdkVersion 22
minSdkVersion 14
minSdkVersion 9
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 14
minSdkVersion 9
}
compileOptions {