diff --git a/app/build.gradle b/app/build.gradle index c60070b..844a1b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ dependencies { implementation 'com.github.tiann:FreeReflection:3.2.0' implementation "com.github.topjohnwu.libsu:core:5.2.2" implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' - annotationProcessor 'androidx.annotation:annotation:1.8.0' + annotationProcessor 'androidx.annotation:annotation:1.8.2' }