mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
fix: update quickjs dependency by using forked aar.
This commit is contained in:
parent
d031f22012
commit
2fcae76059
5 changed files with 1 additions and 3 deletions
|
|
@ -272,7 +272,7 @@ kotlin {
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
dependencies {
|
dependencies {
|
||||||
add("fullImplementation", libs.quickjs.kt)
|
add("fullImplementation", files("libs/quickjs-kt-android-1.0.5-nuvio.aar"))
|
||||||
add("fullImplementation", libs.ksoup)
|
add("fullImplementation", libs.ksoup)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
composeApp/libs/quickjs-kt-android-1.0.5-nuvio.aar
Normal file
BIN
composeApp/libs/quickjs-kt-android-1.0.5-nuvio.aar
Normal file
Binary file not shown.
1
mediamp
1
mediamp
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit df33966d7fbc6eb14e43fb1892e062417d76e7f5
|
|
||||||
1
vendor/mpv-kt-upstream
vendored
1
vendor/mpv-kt-upstream
vendored
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 8a8ddddf430555878273da13006fc57e182b0c0c
|
|
||||||
Loading…
Reference in a new issue