mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
add quickjs lib + update jsoup
This commit is contained in:
parent
3fb285c63b
commit
124b3b51ad
2 changed files with 4 additions and 3 deletions
|
@ -156,7 +156,9 @@ dependencies {
|
|||
implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
|
||||
|
||||
// JavaScript engine
|
||||
implementation("com.squareup.duktape:duktape-android:1.3.0")
|
||||
implementation("app.cash.quickjs:quickjs-android:0.9.2")
|
||||
// TODO: remove Duktape once all extensions are using QuickJS
|
||||
implementation("com.squareup.duktape:duktape-android:1.4.0")
|
||||
|
||||
// Disk
|
||||
implementation("com.jakewharton:disklrucache:2.0.2")
|
||||
|
@ -164,7 +166,7 @@ dependencies {
|
|||
implementation("com.github.junrar:junrar:7.4.0")
|
||||
|
||||
// HTML parser
|
||||
implementation("org.jsoup:jsoup:1.13.1")
|
||||
implementation("org.jsoup:jsoup:1.14.3")
|
||||
|
||||
// Job scheduling
|
||||
implementation("androidx.work:work-runtime-ktx:2.6.0")
|
||||
|
|
|
@ -19,7 +19,6 @@ object Versions {
|
|||
const val gradleVersions = "0.29.0"
|
||||
const val gson = "2.8.6"
|
||||
const val injekt = "65b0440"
|
||||
const val jsoup = "1.13.1"
|
||||
const val junit = "4.13"
|
||||
const val kotlin = "1.5.21"
|
||||
const val kotson = "2.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue