bump gradle plugin to latest bugfix version

This commit is contained in:
Hans-Christoph Steiner 2020-07-20 09:18:53 +02:00
parent 0c43c66b12
commit d02ea22572
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.6.0' classpath 'com.android.tools.build:gradle:3.6.3'
} }
} }
allprojects { allprojects {