diff --git a/android/build.gradle b/android/build.gradle index 9780450bb..652338cb8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ buildscript { classpath("com.bugsnag:bugsnag-android-gradle-plugin:5.+") classpath 'com.google.gms:google-services:4.3.10' // Google Services plugin - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files