From 4367669404078188eb785ea8c045e62d947faa9c Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 15 Oct 2025 17:36:03 +0200 Subject: [PATCH] Update ref to submodule. --- enterprise | 2 +- gradle/libs.versions.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/enterprise b/enterprise index 3b9622f942..42efee0022 160000 --- a/enterprise +++ b/enterprise @@ -1 +1 @@ -Subproject commit 3b9622f94241c925bb8ad17693fe5855d8bd3259 +Subproject commit 42efee00222c3d0789feaa332739706af1b3c093 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e4e713dca9..21b88ad6b5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -93,6 +93,7 @@ androidx_constraintlayout_compose = { module = "androidx.constraintlayout:constr androidx_camera_lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camera" } androidx_camera_view = { module = "androidx.camera:camera-view", version.ref = "camera" } androidx_camera_camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camera" } +androidx_javascriptengine = "androidx.javascriptengine:javascriptengine:1.0.0" androidx_recyclerview = "androidx.recyclerview:recyclerview:1.4.0" androidx_browser = "androidx.browser:browser:1.9.0" @@ -126,6 +127,7 @@ androidx_compose_material_icons = { module = "androidx.compose.material:material # Coroutines coroutines_core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } +coroutines_guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "coroutines" } coroutines_test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } # Accompanist