feat: use allay-api 0.1.2

This commit is contained in:
daoge
2025-01-04 17:49:38 +08:00
committed by GitHub
parent 944c04b9b8
commit 98aadc816b

View File

@@ -79,6 +79,6 @@ object Versions {
}
object Allay {
const val api = "0.1.0"
const val api = "0.1.2"
}
}
}