File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## Version 1.5.0
5+
6+ _ 2025-03-11_
7+
8+ * Add feature to show only predefined preferences
9+
410## Version 1.4.2
511
612_ 2025-01-24_
Original file line number Diff line number Diff line change @@ -79,15 +79,15 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.
7979 If format of version definition is changed, make sure to update `generateReadme` task
8080-->
8181``` groovy
82- def sentinelVersion = "1.4.2 "
82+ def sentinelVersion = "1.5.0 "
8383debugImplementation "com.infinum.sentinel:sentinel:$sentinelVersion"
8484releaseImplementation "com.infinum.sentinel:sentinel-no-op:$sentinelVersion"
8585```
8686
8787** KotlinDSL**
8888
8989``` kotlin
90- val sentinelVersion = " 1.4.2 "
90+ val sentinelVersion = " 1.5.0 "
9191debugImplementation(" com.infinum.sentinel:sentinel:$sentinelVersion " )
9292releaseImplementation(" com.infinum.sentinel:sentinel-no-op:$sentinelVersion " )
9393```
Original file line number Diff line number Diff line change 11ext {
22 def major = 1
3- def minor = 4
4- def patch = 2
3+ def minor = 5
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.4.2 "
2+ sentinel = " 1.5.0 "
33gradle = " 8.7.3"
44kotlin = " 1.9.22"
55coroutines = " 1.8.0"
You can’t perform that action at this time.
0 commit comments