Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Jul 2, 2024
1 parent af776b1 commit 699c3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can do one of two things:
```shell
./gradlew -DLibrariesOnly=true -DDisableSigning=true -DSupabaseVersion="customVersion" publishToMavenLocal
```
Replace `customVersion` with the version you want to use. Then, in your project, add the following to your `build.gradle.kts` file:
Replace `customVersion` with a unique version like `2.5.0-local-1` (to prevent version clashing with offical versions, if using the maven local repository). Then, in your project, add the following to your `build.gradle.kts` file:
```kotlin
repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ val iosMain by getting {

# Contribution

Checkout the [Contribution guidelines](/CONTRIBUTING.md) for more information.
Checkout the [contribution guidelines](/CONTRIBUTING.md) for more information.

# Credits

Expand Down

0 comments on commit 699c3da

Please sign in to comment.