android-sdk: upgrade to latests versions

This commit is contained in:
Mathijs Kwik
2013-09-18 14:37:38 +02:00
parent 1751f77b6a
commit 5eeb02f67c
3 changed files with 26 additions and 5 deletions
@@ -64,6 +64,12 @@ rec {
useGoogleAPIs = true;
};
androidsdk_4_3 = androidsdk {
platformVersions = [ "18" ];
abiVersions = [ "armeabi-v7a" "x86" ];
useGoogleAPIs = true;
};
buildApp = import ./build-app.nix {
inherit (pkgs) stdenv jdk ant;
inherit androidsdk;