Adjust README.md

This commit is contained in:
JozsefA 2021-06-23 13:28:21 -07:00
parent 2bde33af00
commit a21377b9c6

View File

@ -43,6 +43,6 @@ repositories {
Then add Flywheel as a dependency:
```groovy
dependencies {
compile fg.deobf("com.jozufozu.flywheel:Flywheel:1.16-0.0.2.6")
implementation fg.deobf("com.jozufozu.flywheel:Flywheel:1.16-0.0.2.9")
}
```