feat(scripting): rhino android

This commit is contained in:
rhunk
2024-04-28 19:03:44 +02:00
parent 174dca6754
commit fbd683251a
4 changed files with 13 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ junit = "5.10.2"
material3 = "1.2.0"
okhttp = "5.0.0-alpha.12"
rhino = "1.7.14"
rhino-android = "1.6.0"
[libraries]
@@ -53,6 +54,7 @@ okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhtt
osmdroid-android = { group = "org.osmdroid", name = "osmdroid-android", version.ref = "osmdroid-android" }
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
rhino = { module = "org.mozilla:rhino", version.ref = "rhino" }
rhino-android = { group = "com.faendir.rhino", name = "rhino-android", version.ref = "rhino-android" }
[plugins]