Merge pull request #2808 from gedoor/dependabot/gradle/epublib/androidx.annotation-annotation-1.6.0

Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 in /epublib
This commit is contained in:
kunfei 2023-02-23 15:06:38 +08:00 committed by GitHub
commit e99b1c2b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,5 +32,5 @@ android {
dependencies {
compileOnly "com.android.tools.build:gradle:$agp_version"
implementation "androidx.annotation:annotation:1.5.0"
implementation "androidx.annotation:annotation:1.6.0"
}