diff --git a/app/build.gradle b/app/build.gradle index 51907ae..888652b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,5 +66,5 @@ dependencies { implementation 'com.github.tiann:FreeReflection:3.2.0' implementation "com.github.topjohnwu.libsu:core:6.0.0" implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' - annotationProcessor 'androidx.annotation:annotation:1.8.2' + annotationProcessor 'androidx.annotation:annotation:1.10.0' }