Remove icsCompat build variant

It is now replaced by gingerbreadCompat.

Test: Existing tests pass: ./gradlew connectedAndroidTest
Change-Id: I87583b2ca99fe6c65479ced88bfe5e9f8a992d75
This commit is contained in:
Maurice Lam 2016-12-21 14:35:38 -08:00
parent 0454e18c0b
commit 644ec7e04f
4 changed files with 3 additions and 17 deletions

View File

@ -14,7 +14,7 @@
*
* And then you can include the :setup-wizard-lib project as one of your dependencies
* dependencies {
* compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
* compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
* }
*/

View File

@ -47,15 +47,6 @@ android {
}
}
// Compatibility build that provides the L layout for SDK versions ICS+
icsCompat {
minSdkVersion 14
dependencies {
icsCompatCompile deps['support-annotations']
icsCompatCompile deps['support-appcompat-v7']
}
}
// Deprecated. Use gingerbreadCompat instead.
eclairMr1Compat {
minSdkVersion 7
@ -90,11 +81,6 @@ android {
res.srcDirs = ['platform/res']
}
icsCompat {
java.srcDirs = ['eclair-mr1/src']
res.srcDirs = ['eclair-mr1/res']
}
eclairMr1Compat {
java.srcDirs = ['eclair-mr1/src']
res.srcDirs = ['eclair-mr1/res']

View File

@ -9,7 +9,7 @@
*
* And then you can include the :setup-wizard-lib project as one of your dependencies
* dependencies {
* compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
* compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
* }
*/

View File

@ -10,7 +10,7 @@
*
* And then you can include the :setup-wizard-lib project as one of your dependencies
* dependencies {
* compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
* compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
* }
*/