Compare commits

...

2 Commits

4 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
<application
android:label="Expenses"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/icon_v001"
android:roundIcon="@mipmap/icon_v001_round">
<activity
android:name=".MainActivity"
android:exported="true"

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,7 +1,7 @@
name: expense_tracker
description: Track recurring expenses against income and liquid assets.
publish_to: 'none'
version: 0.1.0
version: 0.1.1
environment:
sdk: ^3.6.1