Compare commits
3 Commits
adea1eeb02
...
d1633fd155
Author | SHA1 | Date | |
---|---|---|---|
d1633fd155 | |||
26718a41e0 | |||
2c241d9113 |
@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application
|
||||
android:label="Recurring Expense Tracker"
|
||||
android:label="Expenses"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
@ -27,7 +27,7 @@ void main() {
|
||||
if (testing) {
|
||||
() async {
|
||||
Directory documentsDirectory = await getApplicationDocumentsDirectory();
|
||||
String path = join(documentsDirectory.path, 'com_hyperling_expense.db');
|
||||
String path = join(documentsDirectory.path, 'ExpenseTracker.sqlite.db');
|
||||
await deleteDatabase(path);
|
||||
}();
|
||||
}
|
||||
|
BIN
media/icon_v001.png
Normal file
BIN
media/icon_v001.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
media/icon_v001.xcf
Normal file
BIN
media/icon_v001.xcf
Normal file
Binary file not shown.
BIN
media/icon_v001_round.png
Normal file
BIN
media/icon_v001_round.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user