From 37f0c85ae4ca0ee1c4d339a3fdcf6c84b8cb3a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Sun, 21 Jul 2024 15:34:23 -0400 Subject: [PATCH] Update build.gradle --- android/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index c6361089f..d68be563b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,19 +15,19 @@ 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.25' - kotlinVersion = '1.9.23' + kotlinVersion = '1.9.25' } repositories { google() mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle") + classpath("com.android.tools.build:gradle") +classpath("com.facebook.react:react-native-gradle-plugin") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") classpath("com.bugsnag:bugsnag-android-gradle-plugin:5.+") classpath 'com.google.gms:google-services:4.4.2' // Google Services plugin - classpath("com.facebook.react:react-native-gradle-plugin") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") - + } }