Release 1.4.5

This commit is contained in:
2026-01-07 19:05:30 +00:00
parent f4af0410d0
commit 4a07588ae0

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