mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1155801 - Part 3: bump all build.gradle files to minSdkVersion 14.
This commit is contained in:
parent
826184bee0
commit
884353a622
@ -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}\""
|
||||
}
|
||||
|
@ -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'
|
||||
|
2
mobile/android/thirdparty/build.gradle
vendored
2
mobile/android/thirdparty/build.gradle
vendored
@ -8,7 +8,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
targetSdkVersion 22
|
||||
minSdkVersion 9
|
||||
minSdkVersion 14
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user