diff options
| author | Jules Aguillon | 2021-01-05 00:39:49 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-01-05 00:39:49 +0100 |
| commit | 21b5838a1d602934672d1100b53b7382d493882c (patch) | |
| tree | 524b39a372138463dbcc02309fe0a9241fa6aad9 | |
| parent | 8dc085048acff3ec1d46bdb3eafca0ac0773be25 (diff) | |
| download | unexpected-keyboard-21b5838a1d602934672d1100b53b7382d493882c.tar.gz unexpected-keyboard-21b5838a1d602934672d1100b53b7382d493882c.zip | |
Use more recent Java
| -rw-r--r-- | ant.properties | 4 | ||||
| -rw-r--r-- | shell.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ant.properties b/ant.properties index 744cac8..190cdd5 100644 --- a/ant.properties +++ b/ant.properties @@ -19,5 +19,5 @@ source.dir=srcs key.store=release-keys.keystore key.alias=releasekey -java.source=8 -java.target=8 +java.source=1.7 +java.target=1.7 @@ -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 |
