Skip to content

Commit

Permalink
Merge pull request #70 from infinum/fix/update-readme-no-op
Browse files Browse the repository at this point in the history
Update README.md for no-op dependency
  • Loading branch information
mdocevski-infinum authored Jul 4, 2024
2 parents d132794 + 077d84c commit 87b5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.
```groovy
def sentinelVersion = "1.3.3"
debugImplementation "com.infinum.sentinel:sentinel:$sentinelVersion"
releaseImplementation "com.infinum.sentinel:sentinel-noop:$sentinelVersion"
releaseImplementation "com.infinum.sentinel:sentinel-no-op:$sentinelVersion"
```

**KotlinDSL**
Expand Down

0 comments on commit 87b5dae

Please sign in to comment.