发布 2.3.2 版本

This commit is contained in:
Super12138 2025-08-01 14:12:21 +08:00
parent 91c56be1bc
commit 14e1ff0738
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ android {
applicationId = "cn.super12138.todo"
minSdk = 24
targetSdk = 36
versionCode = 783
versionCode = 787
versionName = "2.3.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View file

@ -81,7 +81,7 @@ fun SettingsAbout(
if ((System.currentTimeMillis() % 2) == 0.toLong()) {
Toast.makeText(context, "🍨", Toast.LENGTH_SHORT).show()
} else {
Toast.makeText(context, "", Toast.LENGTH_SHORT).show()
Toast.makeText(context, "", Toast.LENGTH_SHORT).show()
}
clickCount = 0
}