From 8cc04ab83b1206ebf33377fb28cc74e383a3c4e9 Mon Sep 17 00:00:00 2001 From: FongMi Date: Mon, 17 Feb 2025 16:46:19 +0800 Subject: [PATCH] Update settings.gradle --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 021148c51..e9187e09e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,7 +12,7 @@ dependencyResolutionManagement { mavenCentral() jcenter() google() - flatDir { dirs "$rootDir/app/libs", "$rootDir/quickjs/libs" } + flatDir { dirs "$rootDir/app/libs" } maven { url "https://jitpack.io" } maven { url "http://4thline.org/m2"