From 4c075dbbfcad5fd3294dca78bbd7e0ade623eaa5 Mon Sep 17 00:00:00 2001 From: Benjamin Aimone Date: Tue, 23 May 2023 11:10:28 +0200 Subject: [PATCH] Clarify readme to avoid questions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ddf4af..758b891 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In your Module level `build.gradle`: ```gradle plugins { - id "com.klaxit.hiddensecrets" version "X.Y.Z" + id "com.klaxit.hiddensecrets" version "0.2.1" } ``` ℹ️ If your project sync triggers the issue `Could not find com.android.tools.build:gradle:X.Y.Z`, please use the legacy plugin application below. @@ -40,7 +40,7 @@ buildscript { } } dependencies { - classpath "com.klaxit.hiddensecrets:HiddenSecretsPlugin:X.Y.Z" + classpath "com.klaxit.hiddensecrets:HiddenSecretsPlugin:0.2.1" } }