summaryrefslogtreecommitdiff
path: root/library/rules.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-02-28 11:33:58 -0800
committerMaurice Lam <yukl@google.com>2017-02-28 11:33:58 -0800
commitf48c1c7a1f5dae55daf85a2a99a78bb274236f23 (patch)
treef239dd4be696e9e4aef6c9663f3439022e52dd5d /library/rules.gradle
parentf7b074a6f703afce6c16919b10374eb67f942706 (diff)
downloadsetupwizard-f48c1c7a1f5dae55daf85a2a99a78bb274236f23.tar.gz
Bump min SDK of platform to 23
Platform builds only guarantee support of the latest platform version, so it is safe to bump the min SDK version to 23. This fixes the ButtonItemTest Robolectric test. Test: Existing tests pass. ./gradlew connectedAndroidTest test Change-Id: I82fa27a1b342973ea2d05312cb80ba509e6c6dc3
Diffstat (limited to 'library/rules.gradle')
-rw-r--r--library/rules.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/rules.gradle b/library/rules.gradle
index 0df7a29..a3868cc 100644
--- a/library/rules.gradle
+++ b/library/rules.gradle
@@ -24,7 +24,7 @@ android {
productFlavors {
// Platform version that will not include the compatibility libraries
platform {
- minSdkVersion 21
+ minSdkVersion 23
dependencies {
// Read the dependencies from the "deps" map in the extra properties.