We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4539d commit 1191c77Copy full SHA for 1191c77
1 file changed
app/build.gradle
@@ -72,8 +72,8 @@ tasks.whenTaskAdded {
72
73
dependencies {
74
compileOnly 'de.robv.android.xposed:api:82'
75
- implementation 'com.highcapable.yukihookapi:api:1.0.71'
76
- ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.71'
+ implementation 'com.highcapable.yukihookapi:api:1.0.72'
+ ksp 'com.highcapable.yukihookapi:ksp-xposed:1.0.72'
77
implementation 'com.github.tiann:FreeReflection:3.1.0'
78
implementation "com.github.topjohnwu.libsu:core:3.1.2"
79
implementation 'androidx.annotation:annotation:1.3.0'
0 commit comments