From 077499812a3b4f3abc6226c37ba78b81bfe15a40 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Fri, 19 Jul 2024 19:58:14 -0400 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8606dd8c4..7f70ba8d7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,7 +15,7 @@ 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()