summaryrefslogtreecommitdiff
path: root/library/rules.gradle
diff options
context:
space:
mode:
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 e261a4c..f6dfafc 100644
--- a/library/rules.gradle
+++ b/library/rules.gradle
@@ -19,7 +19,7 @@ android {
// DEPRECATED: Platform version that will not include the compatibility libraries
platformDeprecated {
dimension 'compat'
- minSdkVersion 23
+ minSdkVersion 27
}
// Provides backwards compatibility for Gingerbread or above, using support libraries.