fix: clean foreground icon + version 1.0.1

This commit is contained in:
2026-04-18 11:09:38 +08:00
parent 937cea5f9d
commit e8e1a2bb69
5 changed files with 5 additions and 2 deletions

View File

@@ -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