fix manifest icon sizes
This commit is contained in:
parent
68f203bfe5
commit
9cd0d89f63
@ -4,22 +4,22 @@
|
|||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "res/mipmap-mdpi/ic_launcher.png",
|
"src": "res/mipmap-mdpi/ic_launcher.png",
|
||||||
"sizes": "72x72",
|
"sizes": "48x48",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "res/mipmap-hdpi/ic_launcher.png",
|
"src": "res/mipmap-hdpi/ic_launcher.png",
|
||||||
"sizes": "96x96",
|
"sizes": "72x72",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "res/mipmap-xhdpi/ic_launcher.png",
|
"src": "res/mipmap-xhdpi/ic_launcher.png",
|
||||||
"sizes": "144x144",
|
"sizes": "96x96",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "res/mipmap-xxhdpi/ic_launcher.png",
|
"src": "res/mipmap-xxhdpi/ic_launcher.png",
|
||||||
"sizes": "168x168",
|
"sizes": "144x144",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user