Release 1.5.4

This commit is contained in:
2026-02-24 21:01:40 +00:00
parent 846e1b91e9
commit 64e2065124

View File

@@ -22,7 +22,7 @@ Add the dependency to your app's `build.gradle.kts`:
```kotlin ```kotlin
dependencies { dependencies {
implementation("com.blainks:blaink:1.5.3") implementation("com.blainks:blaink:1.5.4")
} }
``` ```