diff --git a/build.gradle b/build.gradle index e5844dc..54e858d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ } dependencies { // https://jcenter.bintray.com/com/android/tools/build/gradle - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.2.0' } } @@ -23,9 +23,9 @@ //This block encapsulates custom properties and makes them available to all //modules in the project. ext { - compileSdkVersion = 27 - buildToolsVersion = "27.0.3" - supportLibVersion = "27.0.2" + compileSdkVersion = 28 + buildToolsVersion = "28.0.2" + supportLibVersion = "28.0.0" } task clean(type: Delete) {