Update Android Gradle plugin to 2.3.1

This commit is contained in:
Frieder Bluemle 2017-04-10 13:13:53 +08:00
commit e8d31bf159
No known key found for this signature in database
GPG key ID: 219F5855DB746BD8

View file

@ -3,7 +3,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.0' classpath 'com.android.tools.build:gradle:2.3.1'
} }
} }
@ -11,4 +11,4 @@ allprojects {
repositories { repositories {
jcenter() jcenter()
} }
} }