We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79886f8 commit 537b884Copy full SHA for 537b884
app/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
14
android {
15
compileSdkVersion 26
16
- buildToolsVersion '26.0.2'
+ buildToolsVersion '27.0.3'
17
18
defaultConfig {
19
generatedDensities = []
build.gradle
@@ -7,9 +7,10 @@ buildscript {
7
url 'https://maven.google.com/'
8
name 'Google'
9
}
10
+ google()
11
12
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
0 commit comments