Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl authored Oct 15, 2021
1 parent 7792170 commit 4633bea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ Results are stored in: `build/tests` and `build/release`

## Gradle
```
repositories {
maven {
url "http://dl.bintray.com/riccardo/v-hacd"
}
plugins {
id "io.github.0ffz.github-packages" version "1.2.1"
}
repositories {
maven githubPackage.invoke("riccardobl")
}
dependencies {
compile "vhacd:vhacd-native:${version}"
compile 'vhacd:vhacd-native:${version}'
}
```
Expand Down

0 comments on commit 4633bea

Please sign in to comment.