From 9eaaef87984a1cd031f2d7e65f0f49bcd4c74ed2 Mon Sep 17 00:00:00 2001 From: deAniketos Date: Mon, 11 Jul 2022 19:50:24 +0530 Subject: [PATCH] "SDK 9 changes" --- README.md | 2 +- build-profile.json5 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aec6863..ebb0ef0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ https://user-images.githubusercontent.com/79219844/168660930-e7e3ab41-a739-4c30-b3ff-2bdaeea9872d.mov ## Compatibility -Supports OpenHarmony API version 8 +Supports OpenHarmony API version 9 ## Open source License diff --git a/build-profile.json5 b/build-profile.json5 index 3854f71..d7b1117 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,8 +1,8 @@ { "app": { "signingConfigs": [], - "compileSdkVersion": 8, - "compatibleSdkVersion": 8, + "compileSdkVersion": 9, + "compatibleSdkVersion": 9, "products": [ { "name": "default",