From 5e2c74759e8b50c4eef1f50ff7c5b4c32f682de5 Mon Sep 17 00:00:00 2001 From: Ben-J Date: Tue, 20 Apr 2021 16:38:29 +0200 Subject: [PATCH] Update documentation of plugin install --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index f448f2c..5ddb289 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,6 @@ This plugin is **used in production** at [Klaxit - Covoiturage quotidien](https: This gradle plugin can be used with any Android project in Java or Kotlin. # 1 - Install the plugin - -## Using the plugins DSL -In your app level `build.gradle`: - -```gradle -plugins { - id "com.klaxit.hiddensecrets" version "X.Y.Z" -} -``` - -## Using legacy plugin application Add these lines in your app level `build.gradle`: ```gradle