升级ohpm

Signed-off-by: liuxiyao <liuxiyao223@huawei.com>
This commit is contained in:
liuxiyao 2023-12-18 18:23:04 +08:00
parent f1f79e5537
commit b0c1e78fd1
2 changed files with 13 additions and 2 deletions

View File

@ -14,12 +14,12 @@
}
}
],
"compileSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "debug",
"compileSdkVersion": 10,
"compatibleSdkVersion": 9
}
]
},

11
oh-package.json5 Normal file
View File

@ -0,0 +1,11 @@
{
"license": "ISC",
"devDependencies": {
"@ohos/hypium": "1.0.6"
},
"name": "mms",
"description": "example description",
"repository": {},
"version": "1.0.0",
"dependencies": {}
}