diff --git a/android/build.gradle b/android/build.gradle index 5929f2cd8e..98a4818524 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -14,8 +14,8 @@ buildscript { // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP. ndkVersion = "23.1.7779620" - kotlin_version = '1.9.22' - kotlinVersion = '1.9.20' + kotlin_version = '1.7.22' + kotlinVersion = '1.7.22' } repositories { google() @@ -25,7 +25,7 @@ buildscript { classpath("com.android.tools.build:gradle") classpath("com.bugsnag:bugsnag-android-gradle-plugin:5.+") classpath 'com.google.gms:google-services:4.4.1' // Google Services plugin - classpath("com.facebook.react:react-native-gradle-plugin") + classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") }