chore: 调整安卓版本号和不安全http选项配置
更新安卓构建版本号从2到3,将不安全http选项重置为0
This commit is contained in:
parent
a676670855
commit
9658ee4c0f
7
.trae/rules/git-commit-message.md
Normal file
7
.trae/rules/git-commit-message.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
alwaysApply: true
|
||||
scene: git_message
|
||||
---
|
||||
|
||||
用中文编写提交信息
|
||||
|
||||
@ -177,7 +177,7 @@ PlayerSettings:
|
||||
iPhone: 3
|
||||
tvOS: 0
|
||||
overrideDefaultApplicationIdentifier: 1
|
||||
AndroidBundleVersionCode: 2
|
||||
AndroidBundleVersionCode: 3
|
||||
AndroidMinSdkVersion: 33
|
||||
AndroidTargetSdkVersion: 36
|
||||
AndroidPreferredInstallLocation: 0
|
||||
@ -923,4 +923,4 @@ PlayerSettings:
|
||||
hmiLoadingImage: {fileID: 0}
|
||||
platformRequiresReadableAssets: 0
|
||||
virtualTexturingSupportEnabled: 0
|
||||
insecureHttpOption: 2
|
||||
insecureHttpOption: 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user