Merge pull request #2 from AnBui2004/dependabot/gradle/androidx.annotation-annotation-1.9.1

Bump androidx.annotation:annotation from 1.1.0 to 1.9.1
This commit is contained in:
An Bui 2025-07-31 01:19:32 +07:00 committed by GitHub
commit 1b762cdd90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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")
}