Bump androidx.annotation:annotation from 1.8.1 to 1.8.2 (#57)

This commit is contained in:
dependabot[bot] 2024-08-09 15:06:42 +08:00 committed by GitHub
parent fd0b56f651
commit bdea05344b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ android {
} }
dependencies { dependencies {
compileOnly 'androidx.annotation:annotation:1.8.1' compileOnly 'androidx.annotation:annotation:1.8.2'
compileOnly 'io.github.libxposed:api:100' compileOnly 'io.github.libxposed:api:100'
compileOnly project(":libxposed-compat") compileOnly project(":libxposed-compat")
} }