fix: add android platform before sync
This commit is contained in:
@@ -7,7 +7,12 @@
|
||||
},
|
||||
"android": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"allowMixedContent": true
|
||||
"allowMixedContent": true,
|
||||
"icon": "public/icons/icon.png",
|
||||
"adaptiveIcon": {
|
||||
"foreground": "public/icons/ic_launcher_foreground.png",
|
||||
"background": "public/icons/ic_launcher_background.png"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"SplashScreen": {
|
||||
|
||||
Reference in New Issue
Block a user