fix: typo :)

This commit is contained in:
Alex Yong 2025-08-11 16:42:46 +00:00
parent 0f4a992979
commit 52ac2cf078
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ import { Tabs, TabItem, Steps } from "@astrojs/starlight/components"
You can build the project by clicking on the 'Run' button in Android Studio.
If asked, build the `:app` module.
If building within Github Codespaces, you can build a fresh debug apk by running `./gradlew asembledebug --no-daemon` from the root of the project.
If building within Github Codespaces, you can build a fresh debug apk by running `./gradlew assembledebug --no-daemon` from the root of the project.
Upon completion, the apk will be within `app/build/outputs/apk/debug/`
12. **You're all set!** You can now start contributing to Revolt on Android.