From b9bcac4b24761fa7117d1efe8b04d15b61edddc6 Mon Sep 17 00:00:00 2001 From: hufeng Date: Wed, 25 Oct 2023 11:07:34 +0800 Subject: [PATCH] Switch CompatibleSDKVersion to Api-9 Signed-off-by: hufeng Change-Id: I071585947d222325ceb8d704cc997028c3fb3335 --- build-profile.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-profile.json5 b/build-profile.json5 index 74e2225..061f1b0 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -16,7 +16,7 @@ { "app": { "compileSdkVersion": 10, - "compatibleSdkVersion": 10, + "compatibleSdkVersion": 9, "products": [ { "name": "default", @@ -80,4 +80,4 @@ "srcPath": "./features/video", } ] -} \ No newline at end of file +} -- Gitee