fix: typo :)
This commit is contained in:
parent
0f4a992979
commit
52ac2cf078
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue