Skip to content

Commit

Permalink
Add comment for version definition and related gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh committed Sep 6, 2024
1 parent 86672f5 commit 19f5f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.

**Groovy**

<!--
If format of version definition is changed, make sure to update `generateReadme` task
-->
```groovy
def sentinelVersion = "1.4.1"
debugImplementation "com.infinum.sentinel:sentinel:$sentinelVersion"
Expand Down

0 comments on commit 19f5f87

Please sign in to comment.