Update Android adaptive icon (#9298)

* remove adaptive icon gradient background

* try new foreground/monochrome assets

* adjust size back down
This commit is contained in:
Samuel Newman
2025-11-03 19:05:18 +02:00
committed by GitHub
parent bd3594ceea
commit c6215065bd
4 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -178,8 +178,7 @@ module.exports = function (_config) {
icon: './assets/app-icons/android_icon_default_next.png',
adaptiveIcon: {
foregroundImage: './assets/icon-android-foreground.png',
monochromeImage: './assets/icon-android-foreground.png',
backgroundImage: './assets/icon-android-background.png',
monochromeImage: './assets/icon-android-monochrome.png',
backgroundColor: '#006AFF',
},
googleServicesFile: './google-services.json',
Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB