From 2f177c84b55a400acd5ebea4ff7acce5145697b7 Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Mon, 9 May 2022 21:32:31 -0400 Subject: [PATCH] Note we need to build with app: now for some reason --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a2836ba3..d9859b9dc 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,11 @@ echo "autosignReleaseWithDebugKey=" >>local.properties 6. Build the project. To build the Iceraven-branded release APKs, you can do: ```sh -./gradlew assembleForkRelease -PversionName="$(git describe --tags HEAD)" +./gradlew app:assembleForkRelease -PversionName="$(git describe --tags HEAD)" ``` +(If you don't use the `app:` prefix, you might get complaints about the build system being `unable to locate the objcopy executable`.) + The APKs will show up in `app/build/outputs/apk/forkRelease/`. ## Getting Involved