Skip to content

Commit

Permalink
Added App Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
saby22 committed May 5, 2021
1 parent b3a6753 commit 4c3e598
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slug": "libgenie",
"version": "0.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"icon": "./assets/logo.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
Expand All @@ -14,13 +14,14 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"primaryColor": "#33af85",
"assetBundlePatterns": ["**/*"],
"android": {
"package": "com.libgenie.app",
"versionCode": 1,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
"foregroundImage": "./assets/logo-adaptive.png",
"backgroundColor": "#33af85"
},
"permissions": []
}
Expand Down
Binary file removed assets/icon.png
Binary file not shown.
Binary file added assets/logo-adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c3e598

Please sign in to comment.