fix: password text field status

This commit is contained in:
hstyi
2025-07-14 11:10:52 +08:00
committed by hstyi
parent 7f1317a9a7
commit a7aec52f2a
3 changed files with 16 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ plugins {
alias(libs.plugins.kotlin.jvm)
}
project.version = "0.0.1"
project.version = "0.0.2"
dependencies {
testImplementation(kotlin("test"))