Skip to content

Commit 93c156e

Browse files
Semigradskysargunv
authored andcommitted
Change Gradle installation example (#62)
`compile` is obsolete
1 parent 95fa6f5 commit 93c156e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
maven { url 'http://jcenter.bintray.com' }
4343
}
4444
dependencies {
45-
compile 'me.sargunvohra.lib:pokekotlin:2.3.0'
45+
implementation 'me.sargunvohra.lib:pokekotlin:2.3.0'
4646
}
4747
```
4848

0 commit comments

Comments
 (0)