refactor: update capacitor to v6

This commit is contained in:
2024-05-30 14:04:33 +02:00
committed by Rainer Killinger
parent af4c885e3e
commit 05aaa227a9
4 changed files with 590 additions and 575 deletions

View File

@@ -11,7 +11,7 @@
flake-utils,
}:
let
aapt2buildToolsVersion = "33.0.2";
aapt2buildToolsVersion = "34.0.0";
in
flake-utils.lib.eachDefaultSystem (
system:
@@ -30,7 +30,7 @@
++ (with fonttools.optional-dependencies; [ woff ])
);
android = prev.androidenv.composeAndroidPackages {
buildToolsVersions = [
buildToolsVersions = prev.lib.lists.unique [
"34.0.0"
aapt2buildToolsVersion
];
@@ -44,7 +44,6 @@
};
});
nodejs = prev.nodejs_18;
corepack = prev.corepack_18;
})
];
config = {