Skip to content

Commit 1df6f0b

Browse files
Add instructions for testing local changes with samples (#196)
1 parent cb70c7a commit 1df6f0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
8181
* Run `./gradlew test` to test the module and speed up development.
8282
* Run `./gradlew build` to build the project, which also runs all the tests.
8383

84+
### Running Samples with Local Changes
85+
86+
All sample projects include mavenLocal() in their repositories and will prioritize locally published builds by default.
87+
88+
* Run `./gradlew publishToMavenLocal` to test the samples with local changes to the SDK
89+
8490
## Contacting maintainers
8591

8692
* If something cannot be done, not convenient, or does not work — submit an [issue](#submitting-issues).

0 commit comments

Comments
 (0)