Skip to content

Commit 3a5bbba

Browse files
committed
Minor documentation fixes
1 parent b37d020 commit 3a5bbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Next, update the project build files:
6363
1. Update the version string. The version can be found manually by searching for the published artifacts in `build/common-repo`, or alternatively by checking the `nativeBuildTools` property [here](gradle/libs.versions.toml).
6464
2. Update the list of repositories to include and prioritize the common repo.
6565

66-
### Gradle
66+
### Testing with Gradle
6767

6868
Make the following changes to the build files:
6969
```bash
@@ -99,7 +99,7 @@ Make the following changes to the build files:
9999
```
100100
Then, run the Gradle command as usual.
101101
102-
### Maven
102+
### Testing with Maven
103103
104104
Make the following changes to _pom.xml_:
105105
```bash

0 commit comments

Comments
 (0)