summaryrefslogtreecommitdiff
path: root/library/rules.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-02-15 18:54:47 -0800
committerMaurice Lam <yukl@google.com>2017-02-15 18:54:47 -0800
commitc1fd27c423182022cae7c2486692872d830fdb33 (patch)
treeb42a9920d2f282ee113b8141b09a4d16d434f04a /library/rules.gradle
parent0093ffd929d0f3336ab08127d174ab9b822b8e4b (diff)
downloadsetupwizard-c1fd27c423182022cae7c2486692872d830fdb33.tar.gz
Remove eclair-mr1 and full-support build flavors
They are superseded by gingerbreadCompat, since support-lib bumped the minSdkVersion to v9. Test: Existing tests pass (./gradlew connectedAndroidTest test) Bug: 33094508 Change-Id: I22882c87380f237096438b15bf342f354f7bfcdd
Diffstat (limited to 'library/rules.gradle')
-rw-r--r--library/rules.gradle29
1 files changed, 0 insertions, 29 deletions
diff --git a/library/rules.gradle b/library/rules.gradle
index fae6e3c..0df7a29 100644
--- a/library/rules.gradle
+++ b/library/rules.gradle
@@ -47,25 +47,6 @@ android {
}
}
- // Deprecated. Use gingerbreadCompat instead.
- eclairMr1Compat {
- minSdkVersion 7
- dependencies {
- eclairMr1CompatCompile deps['support-annotations']
- eclairMr1CompatCompile deps['support-appcompat-v7']
- }
- }
-
- // Deprecated. Use gingerbreadCompat instead.
- fullSupport {
- minSdkVersion 7
- dependencies {
- fullSupportCompile deps['support-annotations']
- fullSupportCompile deps['support-appcompat-v7']
- fullSupportCompile deps['support-recyclerview-v7']
- }
- }
-
// Provides backwards compatibility for Gingerbread or above, using support libraries.
gingerbreadCompat {
minSdkVersion 9
@@ -81,16 +62,6 @@ android {
res.srcDirs = ['platform/res']
}
- eclairMr1Compat {
- java.srcDirs = ['eclair-mr1/src']
- res.srcDirs = ['eclair-mr1/res']
- }
-
- fullSupport {
- java.srcDirs = ['eclair-mr1/src', 'full-support/src']
- res.srcDirs = ['eclair-mr1/res', 'full-support/res']
- }
-
gingerbreadCompat {
java.srcDirs = ['eclair-mr1/src', 'full-support/src']
res.srcDirs = ['eclair-mr1/res', 'full-support/res']