Skip to content

Commit

Permalink
use implementation instead of compile for gradle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Jul 20, 2021
1 parent ed91e16 commit 04bad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And then add it as a dependency as usual:
```
dependencies {
...
compile 'com.github.Querz:NBT:6.1'
implementation 'com.github.Querz:NBT:6.1'
}
```

Expand Down

0 comments on commit 04bad90

Please sign in to comment.