Update Android Gradle plugin to 4.0.1

This commit is contained in:
Frieder Bluemle 2020-09-19 23:49:04 -07:00
parent f56db87c99
commit 48007f6d1c
No known key found for this signature in database
GPG Key ID: EEAAFC3A01B5FFC6

View File

@ -17,7 +17,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.novoda:bintray-release:0.9.1'
classpath 'com.google.android.gms:strict-version-matcher-plugin:1.2.1'
}