titaniumenv: remove 7.1, add 8.2 and make it the default
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{pkgs, androidenv, xcodeenv, tiVersion ? "7.1.0.GA"}:
|
||||
{pkgs, androidenv, xcodeenv, tiVersion ? "8.2.1.GA"}:
|
||||
|
||||
rec {
|
||||
titaniumsdk = let
|
||||
titaniumSdkFile = if tiVersion == "7.1.0.GA" then ./titaniumsdk-7.1.nix
|
||||
titaniumSdkFile = if tiVersion == "8.2.1.GA" then ./titaniumsdk-8.2.nix
|
||||
else if tiVersion == "7.5.1.GA" then ./titaniumsdk-7.5.nix
|
||||
else throw "Titanium version not supported: "+tiVersion;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user