From 37cba1eb73c44e6f34db7f7a30e9fe3f3996da7c Mon Sep 17 00:00:00 2001 From: sunjie Date: Mon, 29 Dec 2025 14:22:47 +0800 Subject: [PATCH] fix ts header api version Signed-off-by: sunjie Change-Id: I788b695754e4b2eb6cf4324d8229a8cdd4644768 --- include/resource_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/resource_data.h b/include/resource_data.h index c33ac69..c4efa8e 100644 --- a/include/resource_data.h +++ b/include/resource_data.h @@ -57,7 +57,7 @@ static std::set g_resourceSet; static std::set g_hapResourceSet; const static int8_t INVALID_ID = -1; const static int MIN_SUPPORT_NEW_MODULE_API_VERSION = 20; -const static int MIN_SUPPORT_TS_HEADER_API_VERSION = 22; +const static int MIN_SUPPORT_TS_HEADER_API_VERSION = 23; const static int API_VERSION_DIVISOR = 1000; enum class IgnoreType {