|
416 | 416 | {
|
417 | 417 | "width": 72,
|
418 | 418 | "height": 72,
|
419 |
| - "directory": "drawable-hdpi", |
420 |
| - "filename": "icon.png" |
421 |
| - }, |
422 |
| - { |
423 |
| - "width": 36, |
424 |
| - "height": 36, |
425 |
| - "directory": "drawable-ldpi", |
426 |
| - "filename": "icon.png" |
| 419 | + "directory": "mipmap-hdpi", |
| 420 | + "filename": "ic_launcher.png" |
427 | 421 | },
|
428 | 422 | {
|
429 | 423 | "width": 48,
|
430 | 424 | "height": 48,
|
431 |
| - "directory": "drawable-mdpi", |
432 |
| - "filename": "icon.png" |
| 425 | + "directory": "mipmap-mdpi", |
| 426 | + "filename": "ic_launcher.png" |
433 | 427 | },
|
434 | 428 | {
|
435 | 429 | "width": 96,
|
436 | 430 | "height": 96,
|
437 |
| - "directory": "drawable-xhdpi", |
438 |
| - "filename": "icon.png" |
| 431 | + "directory": "mipmap-xhdpi", |
| 432 | + "filename": "ic_launcher.png" |
439 | 433 | },
|
440 | 434 | {
|
441 | 435 | "width": 144,
|
442 | 436 | "height": 144,
|
| 437 | + "directory": "mipmap-xxhdpi", |
| 438 | + "filename": "ic_launcher.png" |
| 439 | + }, |
| 440 | + { |
| 441 | + "width": 192, |
| 442 | + "height": 192, |
| 443 | + "directory": "mipmap-xxxhdpi", |
| 444 | + "filename": "ic_launcher.png" |
| 445 | + }, |
| 446 | + { |
| 447 | + "width": 108, |
| 448 | + "height": 108, |
| 449 | + "directory": "drawable-hdpi", |
| 450 | + "filename": "ic_launcher_foreground.png", |
| 451 | + "resizeOperation": "outerScale", |
| 452 | + "scale": "1.5x" |
| 453 | + }, |
| 454 | + { |
| 455 | + "width": 54, |
| 456 | + "height": 54, |
| 457 | + "directory": "drawable-ldpi", |
| 458 | + "filename": "ic_launcher_foreground.png", |
| 459 | + "resizeOperation": "outerScale", |
| 460 | + "scale": "1.5x" |
| 461 | + }, |
| 462 | + { |
| 463 | + "width": 72, |
| 464 | + "height": 72, |
| 465 | + "directory": "drawable-mdpi", |
| 466 | + "filename": "ic_launcher_foreground.png", |
| 467 | + "resizeOperation": "outerScale", |
| 468 | + "scale": "1.5x" |
| 469 | + }, |
| 470 | + { |
| 471 | + "width": 144, |
| 472 | + "height": 144, |
| 473 | + "directory": "drawable-xhdpi", |
| 474 | + "filename": "ic_launcher_foreground.png", |
| 475 | + "resizeOperation": "outerScale", |
| 476 | + "scale": "1.5x" |
| 477 | + }, |
| 478 | + { |
| 479 | + "width": 216, |
| 480 | + "height": 216, |
443 | 481 | "directory": "drawable-xxhdpi",
|
444 |
| - "filename": "icon.png" |
| 482 | + "filename": "ic_launcher_foreground.png", |
| 483 | + "resizeOperation": "outerScale", |
| 484 | + "scale": "1.5x" |
445 | 485 | },
|
446 | 486 | {
|
447 |
| - "width": 345, |
448 |
| - "height": 345, |
| 487 | + "width": 288, |
| 488 | + "height": 288, |
449 | 489 | "directory": "drawable-xxxhdpi",
|
450 |
| - "filename": "icon.png" |
451 |
| - } |
| 490 | + "filename": "ic_launcher_foreground.png", |
| 491 | + "resizeOperation": "outerScale", |
| 492 | + "scale": "1.5x" |
| 493 | + }, |
452 | 494 | ],
|
453 | 495 | "splashBackgrounds": [
|
454 | 496 | {
|
|
0 commit comments