diff --git a/build-profile.json5 b/build-profile.json5 index 8a21aad..fc79484 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -14,12 +14,12 @@ } } ], - "compileSdkVersion": 10, - "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "debug", + "compileSdkVersion": 10, + "compatibleSdkVersion": 9 } ] }, diff --git a/oh-package.json5 b/oh-package.json5 new file mode 100644 index 0000000..e45e9d4 --- /dev/null +++ b/oh-package.json5 @@ -0,0 +1,11 @@ +{ + "license": "ISC", + "devDependencies": { + "@ohos/hypium": "1.0.6" + }, + "name": "mms", + "description": "example description", + "repository": {}, + "version": "1.0.0", + "dependencies": {} +} \ No newline at end of file