Add app name and icon for android app
@ -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
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | 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
|
||||
|
||||
|