Merge pull request #4672 from Sarkie/master

Updated gradle to latest version
This commit is contained in:
JosJuice 2017-01-17 12:50:13 +01:00 committed by GitHub
commit 9e85e4e26b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.0' classpath 'com.android.tools.build:gradle:2.2.3'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files