Release 1.5.3

This commit is contained in:
2026-02-23 10:09:28 +00:00
parent 94b12d93e4
commit 846e1b91e9

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.1") implementation("com.blainks:blaink:1.5.3")
} }
``` ```