Update plugins and Studio

This commit is contained in:
TacoTheDank 2020-05-30 21:12:53 -04:00
parent 86dcfde321
commit 3f74f2e21e
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.6.3' classpath 'com.android.tools.build:gradle:4.0.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
} }

View File

@ -38,8 +38,8 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
} }
} }