diff --git a/build.gradle.kts b/build.gradle.kts index de0ffb42c36e83..76a0b6716379a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.2") + classpath("com.android.tools.build:gradle:3.5.0") classpath("de.undercouch:gradle-download-task:4.0.0") // NOTE: Do not place your application dependencies here; they belong diff --git a/template/android/build.gradle b/template/android/build.gradle index 28f7ec645bd148..698ffa8ccef077 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -12,7 +12,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.2") + classpath("com.android.tools.build:gradle:3.5.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files