From 7bfa358bb3716d08f12e5ee08663765c1e4d0991 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sun, 30 Aug 2020 23:24:21 +0200 Subject: [PATCH] README: s/compile/implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83063916..d82c0285 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ repositories { } dependencies { - compile 'org.pgpainless:pgpainless-core:0.1.0' + implementation 'org.pgpainless:pgpainless-core:0.1.0' } ```