Compare commits
No commits in common. "f3d6b8abbef7b4774ddedfb14b22e0cfc7cfbcc3" and "d1633fd155daf0f215bf2fffcb0fe46bd3ff0bb0" have entirely different histories.
f3d6b8abbe
...
d1633fd155
@ -2,8 +2,7 @@
|
|||||||
<application
|
<application
|
||||||
android:label="Expenses"
|
android:label="Expenses"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/icon_v001"
|
android:icon="@mipmap/ic_launcher">
|
||||||
android:roundIcon="@mipmap/icon_v001_round">
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
@ -1,7 +1,7 @@
|
|||||||
name: expense_tracker
|
name: expense_tracker
|
||||||
description: Track recurring expenses against income and liquid assets.
|
description: Track recurring expenses against income and liquid assets.
|
||||||
publish_to: 'none'
|
publish_to: 'none'
|
||||||
version: 0.1.1
|
version: 0.1.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.6.1
|
sdk: ^3.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user