fix: clean foreground icon + version 1.0.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user