Skip to content

Commit

Permalink
Enable adaptive icons in Android 8 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 1, 2022
1 parent 37f5489 commit 4fb1961
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ node_modules
/www
/platforms
/plugins
/resources/*/
/resources/*/*
!/resources/android/icon-foreground.png

# local env files
.env.local
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:cordova": "IS_CORDOVA=true npm run build",
"build:ios": "npm run build:cordova && cordova build ios",
"build:android": "npm run build:cordova && cordova build android",
"gen:cordova-resources": "cordova-res",
"gen:cordova-resources": "cordova-res --icon-background-source '#f7296e'",
"lint": "NODE_ENV=production vue-cli-service lint --no-fix",
"test": "npm run lint && npm run test:unit && npm run test:e2e -- --headless",
"test:e2e": "vue-cli-service test:e2e",
Expand Down
Binary file added resources/android/icon-foreground.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 4fb1961

Please sign in to comment.