From 364d0d1fded81f3db60910a1824f807123f9991e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 04:15:31 +0000 Subject: [PATCH] chore(deps): bump ML Kit genai-prompt to 1.0.0-beta4 Update the on-device GenAI prompt dependency (play flavor only) from 1.0.0-beta3 to 1.0.0-beta4, the latest in-track release. All other catalog entries are already at their latest stable versions. appfunctions could not move to alpha10 because appfunctions-service only publishes up to alpha09 and the three artifacts share one version. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01GZJ8ekaDDihWWhcJ6X2Fjz --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fa346c2ead..6e66292873 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -39,7 +39,7 @@ kotlinxCollectionsImmutable = "0.5.1" kotlinxCoroutinesCore = "1.11.0" kotlinxSerialization = "1.11.0" genaiProofreading = "1.0.0-beta1" -genaiPrompt = "1.0.0-beta3" +genaiPrompt = "1.0.0-beta4" genaiRewriting = "1.0.0-beta1" genaiImageDescription = "1.0.0-beta1" languageId = "17.0.6"