diff --git a/build.gradle.kts b/build.gradle.kts index 20343185..637228ed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath("com.android.tools.build:gradle:4.2.2") + classpath("com.android.tools.build:gradle:7.0.0") classpath(kotlin("gradle-plugin", Dependencies.kotlinVersion)) classpath("com.project.starter:easylauncher:3.2.1") classpath("com.github.ben-manes:gradle-versions-plugin:0.39.0")