Update Android Gradle plugin

This commit is contained in:
Emux 2020-07-15 11:30:28 +03:00
parent ebfb7bd85d
commit ab32f25a7c
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}