From 02f9a0d1d7c8e4af82cd50d4979146b3252c2c06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 11:42:36 -0400 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.10.0 (#1990) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 bae49f5a..5ba834d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -121,7 +121,7 @@ junrar = "com.github.junrar:junrar:7.5.10" bouncycastle = "org.bouncycastle:bcprov-jdk18on:1.84" # AndroidX annotations -android-annotations = "androidx.annotation:annotation:1.9.1" +android-annotations = "androidx.annotation:annotation:1.10.0" # Substitute for duktape-android polyglot-core = { module = "org.graalvm.polyglot:polyglot", version.ref = "polyglot" }