Release 1.3.72

This commit is contained in:
2025-12-29 21:54:43 +00:00
parent a17dd82f5e
commit fa687f9b56

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