File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## Version 1.4.2
5+
6+ _ 2025-01-24_
7+
8+ * Bump compileSdk and targetSdk to 35
9+ * Bump Chucker to version 4.1.0
10+ * Bump AGP to 8.7.3
11+ * Support for edge to edge
12+
413## Version 1.4.1
514
615_ 2024-08-21_
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.1 "
82+ def sentinelVersion = "1.4.2 "
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.1 "
90+ val sentinelVersion = " 1.4.2 "
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
33 def minor = 4
4- def patch = 1
4+ def patch = 2
55
66 buildConfig = [
77 " minSdk" : 21 ,
Original file line number Diff line number Diff line change 11[versions ]
2- sentinel = " 1.4.1 "
2+ sentinel = " 1.4.2 "
33gradle = " 8.7.3"
44kotlin = " 1.9.22"
55coroutines = " 1.8.0"
You can’t perform that action at this time.
0 commit comments