Switch to a fork of QuickJS Java

(cherry picked from commit 498317de52c119a08daaa8d38f3f7d859e7b4990)
This commit is contained in:
AntsyLich 2025-08-21 12:45:15 +06:00 committed by Cuong-Tran
parent 21d221a048
commit 2e3de9aa99
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -26,7 +26,7 @@ okio = "com.squareup.okio:okio:3.15.0"
conscrypt-android = "org.conscrypt:conscrypt-android:2.5.3"
quickjs-android = "app.cash.quickjs:quickjs-android:0.9.2"
quickjs-android = { group = "com.github.zhanghai.quickjs-java", name = "quickjs-android", version = "547f5b1597" }
jsoup = "org.jsoup:jsoup:1.21.1"