diff --git a/android/third_party/libxposed/service/build.gradle.kts b/android/third_party/libxposed/service/build.gradle.kts index 3d0a39740..c02b04d97 100644 --- a/android/third_party/libxposed/service/build.gradle.kts +++ b/android/third_party/libxposed/service/build.gradle.kts @@ -8,5 +8,5 @@ android { dependencies { implementation(project(":third_party:libxposed:interface")) - compileOnly("androidx.annotation:annotation:1.7.1") + compileOnly("androidx.annotation:annotation:1.8.2") } \ No newline at end of file