Release 1.4.2

This commit is contained in:
2025-12-30 22:33:27 +00:00
parent 65df682236
commit 31b6de2c01

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