From fa62aca6f7e0e98e43ed5776e29ebbacc74f8fdd Mon Sep 17 00:00:00 2001 From: laibo102 Date: Tue, 9 Aug 2022 20:22:17 +0800 Subject: [PATCH] Update: The default compatibleSdkVersion Signed-off-by: laibo102 Change-Id: I0b2ce64e74e231a35afe162d2af37d4c1c99d935 --- compiler/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.js b/compiler/main.js index 0b2461b..daaddd1 100644 --- a/compiler/main.js +++ b/compiler/main.js @@ -435,7 +435,7 @@ const globalProgram = { }; const sdkVersion = { - compatibleSdkVersion: 8 + compatibleSdkVersion: 9 }; exports.globalProgram = globalProgram;