From e90fc95e29e7d9f438cd7492dc54202b07ce435d Mon Sep 17 00:00:00 2001 From: Pranav Pandey Date: Wed, 11 Apr 2018 04:36:00 +0530 Subject: [PATCH] Support library 27.1.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53caecc..2db962e 100644 --- a/build.gradle +++ b/build.gradle @@ -73,5 +73,5 @@ ext { compileSdk = 27 targetSdk = 27 - androidSupport = '27.1.0' + androidSupport = '27.1.1' }