From df0b3d6287746f4d518a6e19815da11bc5c3276a Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Mon, 11 Feb 2019 22:00:33 -0500 Subject: [PATCH] Update SDK version to 28 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a4f7fe13..21815699 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,8 +3,8 @@ import groovy.xml.XmlUtil apply plugin: 'com.android.application' android { - compileSdkVersion 26 - buildToolsVersion '26.0.2' + compileSdkVersion 28 + buildToolsVersion '28.0.0' buildTypes { release {