发布 2.3.2 版本
This commit is contained in:
parent
91c56be1bc
commit
14e1ff0738
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue