diff --git a/nix/mobile/default.nix b/nix/mobile/default.nix index 397642ec90..82b193ccca 100644 --- a/nix/mobile/default.nix +++ b/nix/mobile/default.nix @@ -6,7 +6,7 @@ with stdenv; let platform = callPackage ../platform.nix { inherit target-os; }; xcodewrapperArgs = { - version = "10.1"; + version = "10.2.1"; }; xcodeWrapper = composeXcodeWrapper xcodewrapperArgs; androidPlatform = callPackage ./android.nix { inherit config gradle; };