WIP: V8 update, package http fixes, ReloadRequiredException support, other fixes. Currently broken in situations where setTimeout is used

This commit is contained in:
Kelvin K
2025-06-14 15:51:31 +02:00
parent 4702787784
commit 58c9aeb1a2
13 changed files with 205 additions and 44 deletions
+2 -1
View File
@@ -179,7 +179,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1' //Used for complex/anonymous cases like during development conversions (eg. V8RemoteObject)
//JS
implementation("com.caoccao.javet:javet-android:3.0.2")
//implementation("com.caoccao.javet:javet-android:3.0.2")
implementation 'com.caoccao.javet:javet-v8-android:4.1.4'
//Exoplayer
implementation 'androidx.media3:media3-exoplayer:1.2.1'