Skip to content

Commit

Permalink
Clarify readme to avoid questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Aimone authored and Benjamin Aimone committed May 23, 2023
1 parent 4e9c4a8 commit 4c075db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -40,7 +40,7 @@ buildscript {
}
}
dependencies {
classpath "com.klaxit.hiddensecrets:HiddenSecretsPlugin:X.Y.Z"
classpath "com.klaxit.hiddensecrets:HiddenSecretsPlugin:0.2.1"
}
}
Expand Down

0 comments on commit 4c075db

Please sign in to comment.