Commit 9194c505 authored by topjohnwu's avatar topjohnwu

Update build.gradle

parent 7ff45974
...@@ -7,7 +7,7 @@ buildscript { ...@@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.0' classpath 'com.android.tools.build:gradle:3.1.1'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
...@@ -25,8 +25,8 @@ allprojects { ...@@ -25,8 +25,8 @@ allprojects {
ext { ext {
compileSdkVersion = 27 compileSdkVersion = 27
buildToolsVersion = "27.0.3" buildToolsVersion = "28.0.0-rc1"
supportLibVersion = "27.1.0" supportLibVersion = "27.1.1"
} }
task clean(type: Delete) { task clean(type: Delete) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment