From 3f2fa52ff10fd4de98a51f78e5f92fe0da852e45 Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Mon, 5 Feb 2024 23:33:29 +0900 Subject: [PATCH 1/2] update : version code --- build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt b/build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt index fa08b9da..dd7d5248 100644 --- a/build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt +++ b/build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt @@ -8,7 +8,7 @@ object BuildType { object AppConfig { const val APP_ID = "com.titi.app" - const val APP_VERSION_NAME = "0.1.3" - const val APP_VERSION_CODE = 4 + const val APP_VERSION_NAME = "0.1.4" + const val APP_VERSION_CODE = 5 const val APP_NAME = "TiTi" } \ No newline at end of file From 6c56857ea9b2558f915839761165f8c4fbb1b448 Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Mon, 5 Feb 2024 23:34:24 +0900 Subject: [PATCH 2/2] docs : release note --- release-note.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release-note.txt b/release-note.txt index 7a202b60..f6ecc1cf 100644 --- a/release-note.txt +++ b/release-note.txt @@ -1,5 +1,4 @@ -TiTi android dev 0.1.3(4) -- 화면 전환 이슈 처리 -- Notification 클릭 이벤트 달기 +TiTi android dev 0.1.4(5) +- 측정 화면 화면 회전 이슈 fix