1 Commits

Author SHA1 Message Date
e8e1a2bb69 fix: clean foreground icon + version 1.0.1 2026-04-18 11:09:38 +08:00
5 changed files with 5 additions and 2 deletions

View File

@@ -40,6 +40,9 @@ RUN npm install
COPY . . COPY . .
RUN npm run build && npx cap add android && npx cap copy android && npx cap sync android 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 WORKDIR /workspace/android
RUN chmod +x gradlew RUN chmod +x gradlew
RUN ./gradlew assembleDebug --no-daemon RUN ./gradlew assembleDebug --no-daemon

View File

@@ -10,8 +10,8 @@
"allowMixedContent": true, "allowMixedContent": true,
"icon": "public/icons/icon.png", "icon": "public/icons/icon.png",
"adaptiveIcon": { "adaptiveIcon": {
"foreground": "public/icons/ic_launcher_foreground.png", "foreground": "public/icons/ic_launcher_foreground_clean.png",
"background": "public/icons/ic_launcher_background.png" "background": "public/icons/ic_launcher_background_white.png"
} }
}, },
"plugins": { "plugins": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.