Release 1.3.73

This commit is contained in:
2025-12-29 22:02:34 +00:00
parent fa687f9b56
commit 810f9413ce

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