abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index f57ae2e..3f6d853 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ in
pkgs.mkShell {
buildInputs = with pkgs; [
- ant openjdk android.androidsdk
+ ant openjdk8 android.androidsdk
];
shellHook = ''
export ANDROID_HOME=${android.androidsdk}/libexec/android-sdk