Skip to content

Commit

Permalink
those are not required
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jan 4, 2025
1 parent 5498077 commit f7f4f5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/TrackJson.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ A string that contains details of the updates or changes made to the track.
changelog: "Bug fixes and performance improvements."
```

### `license` (required)
### `license`

The license under which the track is released (e.g., GPL, MIT, etc.).

Expand Down Expand Up @@ -161,15 +161,15 @@ The maximum supported API level for the track.
maxApi: 30
```

### `minApi` (required)
### `minApi`

The minimum required API level for the track to function.

```yaml
minApi: 21
```

### `category` (required)
### `category`

The primary category the track belongs to.

Expand Down

0 comments on commit f7f4f5d

Please sign in to comment.