File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.
5757** Groovy**
5858
5959``` groovy
60- def sentinelVersion = "1.3.3 "
60+ def sentinelVersion = "1.4.0 "
6161debugImplementation "com.infinum.sentinel:sentinel:$sentinelVersion"
62- releaseImplementation "com.infinum.sentinel:sentinel-noop :$sentinelVersion"
62+ releaseImplementation "com.infinum.sentinel:sentinel-no-op :$sentinelVersion"
6363```
6464
6565** KotlinDSL**
6666
6767``` kotlin
68- val sentinelVersion = " 1.3.3 "
68+ val sentinelVersion = " 1.4.0 "
6969debugImplementation(" com.infinum.sentinel:sentinel:$sentinelVersion " )
7070releaseImplementation(" com.infinum.sentinel:sentinel-no-op:$sentinelVersion " )
7171```
Original file line number Diff line number Diff line change 11ext {
22 def major = 1
3- def minor = 3
4- def patch = 3
3+ def minor = 4
4+ def patch = 0
55
66 buildConfig = [
77 " minSdk" : 21 ,
Original file line number Diff line number Diff line change 11[versions ]
2- sentinel = " 1.3.3 "
2+ sentinel = " 1.4.0 "
33gradle = " 8.3.2"
44kotlin = " 1.9.22"
55coroutines = " 1.8.0"
You can’t perform that action at this time.
0 commit comments