update gradle

This commit is contained in:
2022-02-12 19:24:25 +08:00
parent ee3a875ce9
commit 3e0c72c9ab
29 changed files with 35 additions and 301 deletions

View File

@@ -1,7 +1,7 @@
{
"app": {
"apiVersion": {
"compatible": 5
"compatible": 6
},
"bundleName": "com.xcl20481.myapplication",
"vendor": "2048",
@@ -21,7 +21,8 @@
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"reqPermissions": [
{
"name": "ohos.permission.VIBRATE"
"name": "ohos.permission.VIBRATE",
"reason": "用于长按振动反馈"
}
],
"deviceType": [
@@ -36,6 +37,15 @@
"moduleType": "entry",
"installationFree": false
},
"metaData": {
"customizeData": [
{
"name": "hwc-theme",
"extra": "",
"value": "androidhwext:style/Theme.Emui.Translucent.NoTitleBar"
}
]
},
"abilities": [
{
"skills": [
@@ -50,7 +60,7 @@
],
"visible": true,
"name": "com.xcl20481.myapplication.MainAbility",
"icon": "$media:icon2",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "$string:xcl2048",
"type": "page",

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB