Add app name and icon for android app
This commit is contained in:
parent
3922906a33
commit
32793f2129
Mobile
android/app/src/main
build-apk.sh@ -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 ![]() (image error) Size: 544 B After ![]() (image error) Size: 8.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 442 B After ![]() (image error) Size: 6.8 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 721 B After ![]() (image error) Size: 11 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.0 KiB After ![]() (image error) Size: 16 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.4 KiB After ![]() (image error) Size: 18 KiB ![]() ![]() |
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user