Android: Update android studio + gradle.

Android studio 2.3 finally displays the result of the native compilation, so C++ warnings are now shown in the build log.
This commit is contained in:
degasus
2017-03-04 15:52:51 +01:00
parent 3c511f2a94
commit a3f79f88cd
3 changed files with 10 additions and 11 deletions

View File

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