From 1657f316f928b9c8a25a042ccd04839074a3944e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 18:15:56 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.1.0 to 1.9.1 Bumps androidx.annotation:annotation from 1.1.0 to 1.9.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- shell-loader/stub/build.gradle | 2 +- terminal-view/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell-loader/stub/build.gradle b/shell-loader/stub/build.gradle index 74b37ac..2374cec 100644 --- a/shell-loader/stub/build.gradle +++ b/shell-loader/stub/build.gradle @@ -26,5 +26,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.8.0' + implementation 'androidx.annotation:annotation:1.9.1' } diff --git a/terminal-view/build.gradle b/terminal-view/build.gradle index 162a738..8c0ca0c 100644 --- a/terminal-view/build.gradle +++ b/terminal-view/build.gradle @@ -6,7 +6,7 @@ android { compileSdkVersion 34 dependencies { - implementation "androidx.annotation:annotation:1.1.0" + implementation "androidx.annotation:annotation:1.9.1" api project(":terminal-emulator") }