diff --git a/capacitor/package.json b/capacitor/package.json index 5e0814e..c2daef3 100644 --- a/capacitor/package.json +++ b/capacitor/package.json @@ -1,12 +1,12 @@ { "name": "capacitor", - "version": "1.0.19", + "version": "1.1.0", "private": true, "scripts": { "build:native": "cd public/nodejs/ && npm install && docker build -t android-build:latest . && docker run -v ${PWD}:/app/ -it android-build:latest /bin/bash /app/setup-deps.sh", "build:app": "cross-env NODE_ENV=production run-s build:web build:native build:assets", "build:web": "webpack build", - "build:assets": "capacitor-assets generate --iconBackgroundColor #17191c --iconBackgroundColorDark #17191c --splashBackgroundColor #17191c --splashBackgroundColorDark #17191c --android", + "build:assets": "capacitor-assets generate --iconBackgroundColor #e5204c --iconBackgroundColorDark #e5204c --splashBackgroundColor #e5204c --splashBackgroundColorDark #e5204c --android", "dev:adb-port": "adb reverse tcp:5001 tcp:5001", "dev:ios": "run-p dev:start cap-run:ios", "dev:android": "cap run android", diff --git a/capacitor/resources/logo-dark.png b/capacitor/resources/logo-dark.png index d0ea4d4..3822578 100644 Binary files a/capacitor/resources/logo-dark.png and b/capacitor/resources/logo-dark.png differ diff --git a/capacitor/resources/logo.png b/capacitor/resources/logo.png index d0ea4d4..3822578 100644 Binary files a/capacitor/resources/logo.png and b/capacitor/resources/logo.png differ