Skip to content

Commit 5807f5a

Browse files
committed
chore(DexKit): Update binaries
LuckyPray/DexKit@f6baaa8
1 parent 0e728f9 commit 5807f5a

File tree

6 files changed

+0
-3
lines changed

6 files changed

+0
-3
lines changed

app/src/main/java/io/github/chsbuffer/revancedxposed/BaseHook.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
1313
import io.github.chsbuffer.revancedxposed.BuildConfig.DEBUG
1414
import org.luckypray.dexkit.DexKitBridge
1515
import org.luckypray.dexkit.DexKitCacheBridge
16-
import org.luckypray.dexkit.annotations.DexKitExperimentalApi
1716
import org.luckypray.dexkit.result.ClassData
1817
import org.luckypray.dexkit.result.FieldData
1918
import org.luckypray.dexkit.result.MethodData
@@ -72,7 +71,6 @@ interface IHook {
7271
}
7372

7473
@Suppress("UNCHECKED_CAST")
75-
@OptIn(DexKitExperimentalApi::class)
7674
class SharedPrefCache(app: Application) : DexKitCacheBridge.Cache {
7775
val pref = app.getSharedPreferences("xprevanced", MODE_PRIVATE)!!
7876
private val map = mutableMapOf<String, String>().apply {
@@ -116,7 +114,6 @@ class DependedHookFailedException(
116114
subHookName: String, exception: Throwable
117115
) : Exception("Depended hook $subHookName failed.", exception)
118116

119-
@OptIn(DexKitExperimentalApi::class)
120117
@SuppressLint("CommitPrefEdits")
121118
abstract class BaseHook(private val app: Application, val lpparam: LoadPackageParam) : IHook {
122119
override val classLoader = lpparam.classLoader!!

app/src/test/jniLibs/libdexkit.dll

-219 KB
Binary file not shown.
18 KB
Binary file not shown.

app/src/test/jniLibs/libdexkit.so

8 KB
Binary file not shown.

libs/dexkit-android-sources.jar

2.5 KB
Binary file not shown.

libs/dexkit-android.aar

21.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)