From 21b5838a1d602934672d1100b53b7382d493882c Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 5 Jan 2021 00:39:49 +0100 Subject: Use more recent Java --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 3f6d853..f57ae2e 100644 --- a/shell.nix +++ b/shell.nix @@ -14,7 +14,7 @@ in pkgs.mkShell { buildInputs = with pkgs; [ - ant openjdk8 android.androidsdk + ant openjdk android.androidsdk ]; shellHook = '' export ANDROID_HOME=${android.androidsdk}/libexec/android-sdk -- cgit v1.2.3