From 66790e12e61cae0520e173cbef12025d0b8cd7a7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 23 Oct 2018 04:43:07 -0700 Subject: [PATCH] Bump build tools Summary: This is actually the new minimum required version for the gradle plugin we use. Reviewed By: jknoxville Differential Revision: D10505346 fbshipit-source-id: ce331851b74997369325f27f050efae07e4bf00c --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 89840189f..ec74a5ddb 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext { minSdkVersion = 15 targetSdkVersion = 25 compileSdkVersion = 27 - buildToolsVersion = '27.0.3' + buildToolsVersion = '28.0.3' sourceCompatibilityVersion = JavaVersion.VERSION_1_7 targetCompatibilityVersion = JavaVersion.VERSION_1_7 }