Skip to content

Commit

Permalink
Add usage instructions to version-sync's README
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Nov 10, 2023
1 parent 2ad8e1b commit b270b2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gradle-plugins/version-sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@ putVersionInCode(
)
)
```

## How to add to your project

Go in the `settings.gradle.kts` file, located at the root of your Gradle project.

Add the following line into the `plugins { … }` block (add one at the top of the file it there's none):

```gradle.kts
id("org.splitties.incubator.version-sync") version "0.2.6-SNAPSHOT"
```

0 comments on commit b270b2d

Please sign in to comment.