fix manifest icon sizes

This commit is contained in:
Daniel Micay 2021-05-19 08:27:58 -04:00
parent 68f203bfe5
commit 9cd0d89f63

View File

@ -4,22 +4,22 @@
"icons": [
{
"src": "res/mipmap-mdpi/ic_launcher.png",
"sizes": "72x72",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "res/mipmap-hdpi/ic_launcher.png",
"sizes": "96x96",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "res/mipmap-xhdpi/ic_launcher.png",
"sizes": "144x144",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "res/mipmap-xxhdpi/ic_launcher.png",
"sizes": "168x168",
"sizes": "144x144",
"type": "image/png"
},
{