diff --git a/build.gradle b/build.gradle index 93353b7..261252b 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' - classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' // Add this line + classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // Add this line // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }