initial flutter android build

This commit is contained in:
Zach Russell 2026-03-20 12:15:10 -06:00
commit 91516c2f20
5 changed files with 96 additions and 16 deletions

View file

@ -10,7 +10,7 @@
android:label="Nexus"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/nexus_round"
android:roundIcon="@mipmap/ic_launcher"
android:allowBackup="false"
android:fullBackupContent="false">
<activity