Merge pull request #3757 from gedoor/dependabot/gradle/androidx.annotation-annotation-1.7.1

Bump androidx.annotation:annotation from 1.7.0 to 1.7.1
This commit is contained in:
Antecer
2024-02-27 20:20:48 +08:00
committed by GitHub

View File

@@ -30,5 +30,5 @@ android {
dependencies {
compileOnly "com.android.tools.build:gradle:$agp_version"
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'androidx.annotation:annotation:1.7.1'
}