v1.2.3: Delete alarm bug fix - version update

This commit is contained in:
2026-02-23 12:31:51 +09:00
parent 6c2dec6cd3
commit 161cc8060d
2 changed files with 6 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1121
versionName = "1.2.1"
versionCode = 1123
versionName = "1.2.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}