Skip to content

Commit 93032d2

Browse files
committed
bump to latest gradle
1 parent dbb002e commit 93032d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.0'
8+
classpath 'com.android.tools.build:gradle:2.3.1'
99
}
1010
}
1111

@@ -20,5 +20,5 @@ allprojects {
2020

2121
ext {
2222
compileSdkVersion = 25
23-
buildToolsVersion = "25.0.1"
23+
buildToolsVersion = "25.0.2"
2424
}

0 commit comments

Comments
 (0)