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

upstream-sync
Adam Novak 2 years ago
parent 29ef4535e7
commit 2f177c84b5

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

Loading…
Cancel
Save