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
1 changed files with 1 additions and 1 deletions

View File

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