bump to latest bugfix version of gradle android plugin

This commit is contained in:
Hans-Christoph Steiner 2019-10-14 15:44:51 +02:00
parent 1cfae44aec
commit cd23d5cd85
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency jcenter() // download from jCenter as last resort https://blog.autsoft.hu/a-confusing-dependency
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.1' classpath 'com.android.tools.build:gradle:3.1.4'
} }
} }
allprojects { allprojects {