Skip to content

Commit f7f4f5d

Browse files
committed
those are not required
1 parent 5498077 commit f7f4f5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/TrackJson.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ A string that contains details of the updates or changes made to the track.
105105
changelog: "Bug fixes and performance improvements."
106106
```
107107

108-
### `license` (required)
108+
### `license`
109109

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

@@ -161,15 +161,15 @@ The maximum supported API level for the track.
161161
maxApi: 30
162162
```
163163

164-
### `minApi` (required)
164+
### `minApi`
165165

166166
The minimum required API level for the track to function.
167167

168168
```yaml
169169
minApi: 21
170170
```
171171

172-
### `category` (required)
172+
### `category`
173173

174174
The primary category the track belongs to.
175175

0 commit comments

Comments
 (0)