diff --git a/Dockerfile.android b/Dockerfile.android index 617a0ab..c9be803 100644 --- a/Dockerfile.android +++ b/Dockerfile.android @@ -40,6 +40,9 @@ RUN npm install COPY . . RUN npm run build && npx cap add android && npx cap copy android && npx cap sync android +# Patch version to 1.0.1 +RUN sed -i 's/versionName "1.0.0"/versionName "1.0.1"/' /workspace/android/app/build.gradle + WORKDIR /workspace/android RUN chmod +x gradlew RUN ./gradlew assembleDebug --no-daemon diff --git a/capacitor.config.json b/capacitor.config.json index 7b0039e..df4106c 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -10,8 +10,8 @@ "allowMixedContent": true, "icon": "public/icons/icon.png", "adaptiveIcon": { - "foreground": "public/icons/ic_launcher_foreground.png", - "background": "public/icons/ic_launcher_background.png" + "foreground": "public/icons/ic_launcher_foreground_clean.png", + "background": "public/icons/ic_launcher_background_white.png" } }, "plugins": { diff --git a/public/icons/ic_launcher_background_white.png b/public/icons/ic_launcher_background_white.png new file mode 100644 index 0000000..cc988ca Binary files /dev/null and b/public/icons/ic_launcher_background_white.png differ diff --git a/public/icons/ic_launcher_foreground_clean.png b/public/icons/ic_launcher_foreground_clean.png new file mode 100644 index 0000000..0f6d491 Binary files /dev/null and b/public/icons/ic_launcher_foreground_clean.png differ diff --git a/十二章服饰.apk b/十二章服饰.apk index 7ed8ee3..1239e2b 100644 Binary files a/十二章服饰.apk and b/十二章服饰.apk differ