feat(android): adjust android notification icon

This commit is contained in:
Johannes Millan 2025-04-21 16:53:12 +02:00
parent 11bfbe261b
commit da2eed1fd2
2 changed files with 3 additions and 8 deletions

View file

@ -1,8 +0,0 @@
{
"webDir": "dist/browser",
"android": {
"path": "android"
},
"LocalNotifications": {
}
}

View file

@ -8,6 +8,9 @@ const config: CapacitorConfig = {
CapacitorHttp: {
enabled: true,
},
LocalNotifications: {
smallIcon: 'ic_stat_sp',
},
},
};