Skip to content

Commit dac0087

Browse files
committed
Modify move ReflectsCacheStore to hook/core/finder/store
1 parent 53d5892 commit dac0087

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import com.highcapable.yukihookapi.annotation.xposed.InjectYukiHookWithXposed
3939
import com.highcapable.yukihookapi.hook.core.finder.members.ConstructorFinder
4040
import com.highcapable.yukihookapi.hook.core.finder.members.FieldFinder
4141
import com.highcapable.yukihookapi.hook.core.finder.members.MethodFinder
42+
import com.highcapable.yukihookapi.hook.core.finder.store.ReflectsCacheStore
4243
import com.highcapable.yukihookapi.hook.entity.YukiBaseHooker
4344
import com.highcapable.yukihookapi.hook.factory.isTaiChiModuleActive
4445
import com.highcapable.yukihookapi.hook.factory.processName
@@ -48,7 +49,6 @@ import com.highcapable.yukihookapi.hook.log.yLoggerI
4849
import com.highcapable.yukihookapi.hook.param.PackageParam
4950
import com.highcapable.yukihookapi.hook.param.type.HookEntryType
5051
import com.highcapable.yukihookapi.hook.param.wrapper.PackageParamWrapper
51-
import com.highcapable.yukihookapi.hook.store.ReflectsCacheStore
5252
import com.highcapable.yukihookapi.hook.xposed.application.ModuleApplication
5353
import com.highcapable.yukihookapi.hook.xposed.bridge.YukiHookBridge
5454
import com.highcapable.yukihookapi.hook.xposed.bridge.status.YukiHookModuleStatus

yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/store/ReflectsCacheStore.kt renamed to yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/store/ReflectsCacheStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* This file is Created by fankes on 2022/3/29.
2727
*/
28-
package com.highcapable.yukihookapi.hook.store
28+
package com.highcapable.yukihookapi.hook.core.finder.store
2929

3030
import com.highcapable.yukihookapi.YukiHookAPI
3131
import java.lang.reflect.Constructor

yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/tools/ReflectionTool.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRule
3535
import com.highcapable.yukihookapi.hook.core.finder.members.data.FieldRulesData
3636
import com.highcapable.yukihookapi.hook.core.finder.members.data.MemberRulesData
3737
import com.highcapable.yukihookapi.hook.core.finder.members.data.MethodRulesData
38+
import com.highcapable.yukihookapi.hook.core.finder.store.ReflectsCacheStore
3839
import com.highcapable.yukihookapi.hook.factory.*
3940
import com.highcapable.yukihookapi.hook.log.yLoggerW
40-
import com.highcapable.yukihookapi.hook.store.ReflectsCacheStore
4141
import com.highcapable.yukihookapi.hook.type.defined.UndefinedType
4242
import com.highcapable.yukihookapi.hook.type.defined.VagueType
4343
import com.highcapable.yukihookapi.hook.type.java.DalvikBaseDexClassLoader

0 commit comments

Comments
 (0)