Skip to content

Commit eb0a43e

Browse files
committed
update Gradle tools version to 2.3.1
1 parent 3e0ccc8 commit eb0a43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.3.0'
7-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
6+
classpath 'com.android.tools.build:gradle:2.3.1'
7+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
88
}
99
}
1010

0 commit comments

Comments
 (0)