Update Android Gradle plugin

This commit is contained in:
Emux 2019-10-03 09:39:10 +03:00
parent 14c485914c
commit 5de7c9ec38
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:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}