2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

Note we need to build with app: now for some reason

This commit is contained in:
Adam Novak 2022-05-09 21:32:31 -04:00
parent 57614df355
commit 99bb8d3209

View File

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