1
Fork 0
solar-conflux/dart/freeform-gradient/nix/android.nix
nanashi0x74 00811392c1
dart(freeform-gradient): Update niv, sources, android and flutter
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-10-19 13:43:29 +02:00

19 lines
462 B
Nix

{ androidenv }:
androidenv.composeAndroidPackages {
toolsVersion = "25.2.5";
platformToolsVersion = "29.0.6";
buildToolsVersions = [ "28.0.3" ];
includeEmulator = true;
emulatorVersion = "30.0.3";
platformVersions = [ "28" ];
includeSources = false;
includeDocs = false;
includeSystemImages = true;
systemImageTypes = [ "default" ];
abiVersions = [ "x86_64" ];
includeNDK = false;
useGoogleAPIs = false;
useGoogleTVAddOns = false;
}