From 75c736709dd064107e37db028baac9710f59b714 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Mon, 7 Feb 2022 01:11:55 +0100 Subject: build: Use d8 instead of dx dx have been removed in android build tools >30.0.3 in favor of d8. Lift the version constraint on the build tools. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33253b1..5caaa7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Android Studio. Fortunately, there's not many dependencies: - OpenJDK 8 -- Android SDK: build tools `30.0.3`, platform `30` +- Android SDK: build tools (minimum `28.0.1`), platform `30` - Make sure to have the `$ANDROID_HOME` environment variable set. For Nix users, there's a `shell.nix` for setting-up the right environment. -- cgit v1.2.3