mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 16:10:34 +00:00
deps(update)
This commit is contained in:
parent
5f792e0956
commit
6aeae91c80
2 changed files with 6 additions and 4 deletions
|
|
@ -33,15 +33,17 @@
|
|||
androidSdk =
|
||||
(pkgs.androidenv.composeAndroidPackages {
|
||||
platformVersions = [
|
||||
"36"
|
||||
"35"
|
||||
"34"
|
||||
];
|
||||
buildToolsVersions = [
|
||||
"36.0.0"
|
||||
"35.0.0"
|
||||
"34.0.0"
|
||||
];
|
||||
includeNDK = true;
|
||||
ndkVersions = [ "26.1.10909125" ];
|
||||
ndkVersions = [ "26.3.11579264" ];
|
||||
cmakeVersions = [ "3.22.1" ];
|
||||
}).androidsdk;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue