add app icon
Some checks failed
Release / meta (push) Successful in 11s
Release / release-dev (push) Has been cancelled
Release / release-master (push) Has been cancelled
Release / linux-build (push) Has been cancelled
Release / android-build (push) Has been cancelled

This commit is contained in:
2025-12-14 14:31:02 +00:00
parent 4c2da53a61
commit c82efcb10b
38 changed files with 117 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="mileograph_flutter"
android:label="Mileograph"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity