From 91b52ed51b4ee5dcf2cb14cd7a387f887268d01e Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Fri, 18 Aug 2023 21:56:53 +0200 Subject: [PATCH] README: use `implementation` instead of `api` in the Gradle examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e663d303..a244e9785 100644 --- a/README.md +++ b/README.md @@ -211,13 +211,13 @@ please use that repository **only** for the artifact groups that it supplies Then, in your `build.gradle` file you can list the dependencies, for example: ```groovy dependencies { - api "io.sf.carte:echosvg-transcoder:${echosvgVersion}" + implementation "io.sf.carte:echosvg-transcoder:${echosvgVersion}" } ``` or, if you want all of the main modules: ```groovy dependencies { - api "io.sf.carte:echosvg-all:${echosvgVersion}" + implementation "io.sf.carte:echosvg-all:${echosvgVersion}" } ``` where `echosvgVersion` would be defined in a `gradle.properties` file (current