From 421cae166eebb3040661095492e9e1b7135fbc05 Mon Sep 17 00:00:00 2001 From: FongMi Date: Sat, 5 Apr 2025 00:46:34 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 048fa11eb..dae04e397 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,8 +85,8 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.aar"]) implementation project(':catvod') - implementation project(':quickjs') implementation project(':chaquo') + implementation project(':quickjs') implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.media:media:1.7.0' implementation 'androidx.room:room-runtime:2.6.1'