Update the Android gradle plugin to 2.3.1

This commit is contained in:
Fredrik Fornwall
2017-04-05 09:10:54 +02:00
parent e375f99b0c
commit 779b1ca1f8

View File

@@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.3.0' classpath 'com.android.tools.build:gradle:2.3.1'
} }
} }