From 0421817f1b863e3a78ed72b2fb3df8ae47a6e766 Mon Sep 17 00:00:00 2001 From: ArtemHryhorovGeniusee Date: Tue, 24 Jan 2023 14:43:15 +0200 Subject: [PATCH] Updated node version in buildConfig --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f9d29280..25f9f5d3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,7 +83,7 @@ android { } buildConfigField "String", "BUGFENDER_KEY", "\"76DAzZtiLE5AYx7uvIWD8I16EqgReOHc\"" - buildConfigField "String", "NODE_VERSION", "\"1.19.2\"" + buildConfigField "String", "NODE_VERSION", "\"1.19.8\"" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"