From 2dc5409d41f13a29fd812ce767b54c961f8ec6bc Mon Sep 17 00:00:00 2001 From: G Date: Tue, 10 Sep 2024 09:19:41 +0000 Subject: [PATCH] updated app icon for android devices --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 262bc57..876a116 100644 --- a/app.json +++ b/app.json @@ -18,8 +18,8 @@ }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#ffffff" + "foregroundImage": "./assets/beasy_icon.png", + "backgroundColor": "#00875A" }, "permissions": [ "android.permission.USE_BIOMETRIC", -- libgit2 0.27.1