Add app name and icon for android app

This commit is contained in:
Reimar 2024-09-16 13:52:39 +02:00
parent 3922906a33
commit 32793f2129
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
7 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application
android:label="mobile"
android:label="SkanTravels"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,4 +1,4 @@
#!/bin/sh
java -version
flutter build apk --split-per-abi --dart-define-from-file environment.prod.json
flutter build apk --split-per-abi --no-shrink --dart-define-from-file environment.prod.json