Use more recent Java

This commit is contained in:
Jules Aguillon
2021-01-05 00:39:49 +01:00
parent 8dc085048a
commit 21b5838a1d
2 changed files with 3 additions and 3 deletions

View File

@ -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