Release 1.5.0

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

View File

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