Release 1.5.0

This commit is contained in:
2026-02-22 19:29:46 +00:00
parent 4a07588ae0
commit 7afb548984

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