Skip to content

Commit

Permalink
chore: android app config
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Oct 14, 2023
1 parent 8ea70f6 commit bcd789f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project.miniapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "知结",
"version": "1.0.0",
"mini-android": {
"sdkVersion": "1.0.20",
"sdkVersion": "1.0.21",
"toolkitVersion": "0.8.0",
"useExtendedSdk": {
"media": true,
Expand Down Expand Up @@ -41,6 +41,10 @@
},
"schemes": {
"scheme": "zhijie"
},
"abi": {
"armeabi-v7a": true,
"arm64-v8a": true
}
},
"mini-ios": {
Expand Down

0 comments on commit bcd789f

Please sign in to comment.