From 077d84c7e6ac0a85c7df6114a9de5355cddb4ae9 Mon Sep 17 00:00:00 2001 From: Marko Docevski Date: Thu, 4 Jul 2024 14:40:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2dbffc..03053d05 100644 --- a/README.md +++ b/README.md @@ -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**