diff --git a/AppScope/app.json b/AppScope/app.json index 39b36acbdd4494302e3c31f6129052f534133337..8cad5bd04721f4383091033324fb5eae00b165c8 100644 --- a/AppScope/app.json +++ b/AppScope/app.json @@ -4,12 +4,12 @@ "app": { "bundleName": "com.ohos.permissionmanager", "vendor": "example", - "versionCode": 1000070, - "versionName": "1.7.0", + "versionCode": 1000071, + "versionName": "1.7.1", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 12, - "targetAPIVersion": 12, + "minAPIVersion": 14, + "targetAPIVersion": 14, "distributedNotificationEnabled": true, "apiReleaseType": "Beta5", "configuration": "$profile:configuration" diff --git a/AppScope/app.json5 b/AppScope/app.json5 index 667ea53eafccaa1801b6e60088f74773e03c85d5..0c9451b6e213712ef4079341c2acebd3b6b504dd 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -16,12 +16,12 @@ "app": { "bundleName": "com.ohos.permissionmanager", "vendor": "example", - "versionCode": 1000070, - "versionName": "1.7.0", + "versionCode": 1000071, + "versionName": "1.7.1", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 12, - "targetAPIVersion": 12, + "minAPIVersion": 14, + "targetAPIVersion": 14, "distributedNotificationEnabled": true, "apiReleaseType": "Beta5", "configuration": "$profile:configuration" diff --git a/build-profile.json5 b/build-profile.json5 index d5c91bbe5e6cd70a76b8a8c976ec174f58ce590b..f0330f064f2818e0869d37f39d8effc0a3b79a62 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -19,9 +19,9 @@ { "name": "default", "signingConfig": "default", - "compileSdkVersion": 12, - "compatibleSdkVersion": 12, - "targetSdkVersion": 12, + "compileSdkVersion": 14, + "compatibleSdkVersion": 14, + "targetSdkVersion": 14, "runtimeOS": "OpenHarmony" } ]