Skip to content

Commit

Permalink
Update README with latest Maven Central release (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopcode authored Aug 21, 2024
1 parent f58a78e commit 1267103
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ Like what you've read so far? Please give the repo a star 🌟️!

## Usage

Experimental packages are published to [GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package):

```kotlin
maven {
url = uri("https://maven.pkg.github.com/lopcode/vips-ffm")
credentials {
username = project.findProperty("gpr.user") as String
password = project.findProperty("gpr.key") as String
}
repositories {
mavenCentral()
}

dependencies {
implementation("app.photofox.vips-ffm:vips-ffm-core:0.0.4")
implementation("app.photofox.vips-ffm:vips-ffm-core:0.0.7")
}
```

Expand Down

0 comments on commit 1267103

Please sign in to comment.