Update Android Gradle plugin (#826)

This commit is contained in:
Emux 2021-04-07 14:48:04 +03:00 committed by GitHub
parent 9b43d7f498
commit 8889235690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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