Skip to content

Commit

Permalink
Update README;
Browse files Browse the repository at this point in the history
  • Loading branch information
e16din committed Jan 22, 2023
1 parent 925224b commit f1ffd80
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,25 @@ override fun onCreate(savedInstanceState: Bundle?) {

## Implementation

maven { url 'https://jitpack.io' }
```groovy
// settings.gradle:
dependencyResolutionManagement {
repositories {
// ..
maven { url 'https://jitpack.io' }
}
}
```

```groovy
// build.gradle:
implementation 'com.github.e16din:humanoid:1.0.0'
dependencies {
// ..
implementation 'com.github.e16din:humanoid:1.0.0'
}
```



0 comments on commit f1ffd80

Please sign in to comment.