Browse Source

Update Duktape

arkon 3 years ago
parent
commit
7bbba0c7d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
app/build.gradle.kts

@@ -187,7 +187,7 @@ dependencies {
     implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
 
     // JavaScript engine
-    implementation("com.squareup.duktape:duktape-android:1.3.0")
+    implementation("com.squareup.duktape:duktape-android:1.4.0")
 
     // Disk
     implementation("com.jakewharton:disklrucache:2.0.2")