fix: clean foreground icon + version 1.0.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
BIN
public/icons/ic_launcher_background_white.png
Normal file
BIN
public/icons/ic_launcher_background_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
public/icons/ic_launcher_foreground_clean.png
Normal file
BIN
public/icons/ic_launcher_foreground_clean.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user