From ee1fc85a4eb7400a5bcddea8d3f4af227ba55df4 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 28 Sep 2023 00:11:43 +0800 Subject: [PATCH] refactor: make CauseProblemsApi open again --- .../com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt index 4e6eea62..12a87568 100644 --- a/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt +++ b/yukihookapi-core/src/main/java/com/highcapable/yukihookapi/annotation/CauseProblemsApi.kt @@ -52,4 +52,4 @@ package com.highcapable.yukihookapi.annotation * * 此功能除继承和接口外不应该在这里被调用 */ -internal annotation class CauseProblemsApi \ No newline at end of file +annotation class CauseProblemsApi \ No newline at end of file