feat: upgrade to capacitor 5.0

This commit is contained in:
2023-10-19 11:19:04 +02:00
committed by Rainer Killinger
parent a02190fe5a
commit 066e374462
55 changed files with 2458 additions and 1765 deletions

View File

@@ -13,7 +13,7 @@
webkit = prev.epiphany; # Safari-ish browser
android = prev.androidenv.composeAndroidPackages {
buildToolsVersions = [ "${buildToolsVersion}" ];
platformVersions = [ "32" ];
platformVersions = [ "33" ];
};
cypress = prev.cypress.overrideAttrs(cyPrev: rec {
version = "13.2.0";