1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-14 15:44:51 +02:00

README: s/compile/implementation

This commit is contained in:
Paul Schaub 2020-08-30 23:24:21 +02:00
parent 14540d4386
commit 7bfa358bb3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -28,7 +28,7 @@ repositories {
}
dependencies {
compile 'org.pgpainless:pgpainless-core:0.1.0'
implementation 'org.pgpainless:pgpainless-core:0.1.0'
}
```