From a3a95a032e9d04a7b761cada0c2b6b66a1f023a9 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Tue, 21 Mar 2023 21:55:19 -0400 Subject: [PATCH] OPS: Some environments required this variable to build --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index e229a7797..6317906c7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,6 +15,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.8.0' + kotlinVersion = '1.8.0' + } repositories { google()