Skip to content

Commit

Permalink
Use android-webview instead of the android-webview-beta package
Browse files Browse the repository at this point in the history
The `Android WebView` is (was?) actually part of the Android Beta
program, but now there is "Android WebView Beta", so the `browser-logos`
packages have been updated accordingly.

* https://play.google.com/store/apps/details?id=com.google.android.webview
* https://play.google.com/store/apps/details?id=com.google.android.webview.beta
  • Loading branch information
alrra authored and annevk committed Jun 15, 2020
1 parent d0b2192 commit 5996a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ copy_logo() {
echo " $source_file => $target_file"
cp "$source_file" "$target_file"
}
copy_logo "android-webview-beta/android-webview-beta_32x32.png" "android-webview.png"
copy_logo "android-webview/android-webview_32x32.png" "android-webview.png"
copy_logo "chrome/chrome.svg" "chrome.svg"
copy_logo "edge/edge.svg" "edge.svg"
copy_logo "edge_12-18/edge_12-18.svg" "edge_legacy.svg"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"devDependencies": {
"@browser-logos/android-webview-beta": "^1.0.3",
"@browser-logos/android-webview": "^1.0.1",
"@browser-logos/chrome": "^1.0.10",
"@browser-logos/edge": "^2.0.2",
"@browser-logos/edge_12-18": "^1.0.1",
Expand Down

0 comments on commit 5996a02

Please sign in to comment.