Updated Icons & fixed CI.yml
Some checks failed
Build App / build (push) Failing after 28s

This commit is contained in:
Space-Banane
2026-03-10 18:41:57 +01:00
parent 56752ec677
commit 533360f3a2
6 changed files with 5 additions and 8 deletions

View File

@@ -48,17 +48,16 @@ jobs:
--output=./app-build \ --output=./app-build \
--platform=android \ --platform=android \
--profile=preview --profile=preview
working-directory: mobile
# Neuer Schritt: Rename das Binary, damit es wie eine echte App aussieht # Neuer Schritt: Rename das Binary, damit es wie eine echte App aussieht
- name: 📝 Rename build to APK - name: 📝 Rename build to APK
run: mv mobile/app-build mobile/app-release.apk run: mv app-build app-release.apk
- name: 📤 Upload build artifact - name: 📤 Upload build artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: android-preview-build name: android-preview-build
path: mobile/app-release.apk path: app-release.apk
if-no-files-found: error if-no-files-found: error
- name: 🏷 Create tag - name: 🏷 Create tag
@@ -73,7 +72,7 @@ jobs:
with: with:
tag_name: ${{ env.RELEASE_TAG }} tag_name: ${{ env.RELEASE_TAG }}
name: ${{ env.RELEASE_TAG }} name: ${{ env.RELEASE_TAG }}
files: mobile/app-release.apk files: app-release.apk
generate_release_notes: true generate_release_notes: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -6,7 +6,6 @@
"orientation": "default", "orientation": "default",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "automatic", "userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./assets/splash-icon.png",
"resizeMode": "contain", "resizeMode": "contain",
@@ -20,11 +19,10 @@
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0d0d0d" "backgroundColor": "#0d0d0d"
}, }
"edgeToEdgeEnabled": true
}, },
"web": { "web": {
"favicon": "./assets/favicon.png", "favicon": "./assets/icon.png",
"name": "Time Until", "name": "Time Until",
"themeColor": "#0d0d0d", "themeColor": "#0d0d0d",
"backgroundColor": "#0d0d0d" "backgroundColor": "#0d0d0d"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 89 KiB