diff --git a/build.gradle b/build.gradle index f7b4b66..833b8b0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:7.0.3") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") } }