diff --git a/build.gradle.kts b/build.gradle.kts index e9aaafbf2e6fca61164c3b42feabb0c20a889f9d..9e25464669acd6f71c9723b475a0d7137ac0fdff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.0") + classpath("com.android.tools.build:gradle:3.4.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.30") } }