Skip to content

Commit

Permalink
Merge pull request #78 from infinum/bump-version-to-1.4.1
Browse files Browse the repository at this point in the history
Bump version to 1.4.1
  • Loading branch information
KCeh authored Aug 21, 2024
2 parents fa12653 + c2bf8d5 commit 2ac74f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Then add the following dependencies in your app `build.gradle` or `build.gradle.
**Groovy**

```groovy
def sentinelVersion = "1.4.0"
def sentinelVersion = "1.4.1"
debugImplementation "com.infinum.sentinel:sentinel:$sentinelVersion"
releaseImplementation "com.infinum.sentinel:sentinel-no-op:$sentinelVersion"
```

**KotlinDSL**

```kotlin
val sentinelVersion = "1.4.0"
val sentinelVersion = "1.4.1"
debugImplementation("com.infinum.sentinel:sentinel:$sentinelVersion")
releaseImplementation("com.infinum.sentinel:sentinel-no-op:$sentinelVersion")
```
Expand Down
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
def major = 1
def minor = 4
def patch = 0
def patch = 1

buildConfig = [
"minSdk" : 21,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
sentinel = "1.4.0"
sentinel = "1.4.1"
gradle = "8.3.2"
kotlin = "1.9.22"
coroutines = "1.8.0"
Expand Down

0 comments on commit 2ac74f8

Please sign in to comment.