Skip to content

Commit

Permalink
chore: fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Sep 27, 2022
1 parent a9572f5 commit 4b18eda
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pressing the green triangle at the top (or using the shortcut <kbd>F5</kbd>).

### `secrets.properties`

The CHDP libraries require a few secrets to build. In
[`android/secrets.properties`](android/secrets.properties) (gitignored) add the following keys
and appropriate values:
The CHDP libraries require a few secrets to build. In
[`android/secrets.properties`](android/secrets.properties) (gitignored) add the
following keys and appropriate values:

```properties
gpr.user=
Expand All @@ -30,10 +30,12 @@ d4l.clientId=
d4l.clientSecret=
```

The first two are a Github username and Personal Access Token with the `read:packages` scope. This
is used by gradle to download the SDK from D4L's private repositories.
The first two are a Github username and Personal Access Token with the
`read:packages` scope. This is used by gradle to download the SDK from D4L's
private repositories.

The next two are secrets given by D4L. Ask Thomas at Thomas.Harris (at) hpi.de for them.
The next two are secrets given by D4L. Ask Thomas at Thomas.Harris (at) hpi.de
for them.

## Architecture

Expand Down

0 comments on commit 4b18eda

Please sign in to comment.