Skip to content

Commit

Permalink
wiki: development: Update guides or 14.3
Browse files Browse the repository at this point in the history
Signed-off-by: HeroBuxx <[email protected]>
  • Loading branch information
herobuxx committed Aug 13, 2024
1 parent 30675ea commit 8d15388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/development/building/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lunch halcyon_DEVICE-RELEASE-userdebug
| Release Type | Branch |
|--------------|--------|
| ap1a | 14.2 |
| ap2a | 14.3 |

## Proceed with the build
```
Expand Down
4 changes: 2 additions & 2 deletions docs/development/building/downloading_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ cd halcyon
Initialize the Repo tool in the newly created directory:

```
repo init -u https://github.com/halcyonproject/manifest -b 14.2
repo init -u https://github.com/halcyonproject/manifest -b 14.3
```

:::info
Since we've update to our versioning and source code branching system, every branch follows a clear format: `Android Version.Update Number` (e.g., 14.2 for for QPR2).
Since we've update to our versioning and source code branching system, every branch follows a clear format: `Android Version.Update Number` (e.g., 14.3 for for QPR3).
:::

This command initializes the Repo tool with the URL of the Halcyon Project repository.
Expand Down

0 comments on commit 8d15388

Please sign in to comment.