diff --git a/build.gradle.kts b/build.gradle.kts index e3edc9c..5a350ce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath("com.android.tools.build:gradle:7.3.0") + classpath("com.android.tools.build:gradle:7.3.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10") classpath("com.github.bjoernq:unmockplugin:0.7.9") classpath("com.github.ben-manes:gradle-versions-plugin:0.44.0")