diff --git a/app.json b/app.json index 7b564138..17aad420 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "platforms": ["ios", "android"], "version": "1.4", "orientation": "portrait", - "icon": "./assets/icon.jpg", + "icon": "./assets/icon.png", "primaryColor": "#039be5", "backgroundColor": "#777777", "splash": { diff --git a/assets/icon.jpg b/assets/icon.jpg deleted file mode 100644 index 15c15d1f..00000000 Binary files a/assets/icon.jpg and /dev/null differ diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 00000000..4125c21d Binary files /dev/null and b/assets/icon.png differ