Update project for new gradle version (4.0.0)

This commit is contained in:
jacques 2020-06-13 21:20:14 +02:00
parent 458fd8ab17
commit 4348e882d7

View file

@ -9,7 +9,7 @@ buildscript {
google() google()
} }
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