Skip to content

Commit 537b884

Browse files
committed
update versions
1 parent 79886f8 commit 537b884

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
android {
1515
compileSdkVersion 26
16-
buildToolsVersion '26.0.2'
16+
buildToolsVersion '27.0.3'
1717

1818
defaultConfig {
1919
generatedDensities = []

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ buildscript {
77
url 'https://maven.google.com/'
88
name 'Google'
99
}
10+
google()
1011
}
1112
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.0.1'
13+
classpath 'com.android.tools.build:gradle:3.1.0'
1314

1415
// NOTE: Do not place your application dependencies here; they belong
1516
// in the individual module build.gradle files

0 commit comments

Comments
 (0)