Update Gradle plugin

This commit is contained in:
Emux 2019-03-05 11:17:13 +02:00
parent 7498d58878
commit 9809398517
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

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