diff --git a/build.gradle.kts b/build.gradle.kts index 46c5f530f72e0ce0f4ff04c6257c29a654461774..053dfc23a4eff2d0ffaf8ddd199dc869edf91510 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:7.1.3") + classpath("com.android.tools.build:gradle:7.2.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}") classpath("com.github.bjoernq:unmockplugin:${Versions.unmock}") classpath("com.github.ben-manes:gradle-versions-plugin:${Versions.gradleDependencyPlugin}")