From 5a45ebb877c70157d3b22e3618f4330e257f1c2f Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Thu, 5 Dec 2024 16:11:45 +0200 Subject: [PATCH] feat(android): removed jsc related code --- android/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f4f28322b3e6..f55e0ecc5286 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -47,8 +47,6 @@ ext { allprojects { repositories { - // Android JSC is installed from npm. - maven { url("$rootDir/../node_modules/jsc-android/dist") } mavenCentral() google() maven { url 'https://www.jitpack.io' }