From 62571f7806f52958a314d515c21d7190923dd485 Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Sun, 5 May 2024 13:37:44 +0900 Subject: [PATCH 1/2] update : version --- 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 5335002e..06cd8a76 100644 --- a/build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt +++ b/build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt @@ -9,7 +9,7 @@ object BuildType { object AppConfig { const val APP_ID = "com.titi.app" - const val APP_VERSION_NAME = "1.0.2" - const val APP_VERSION_CODE = 23 + const val APP_VERSION_NAME = "1.0.3" + const val APP_VERSION_CODE = 24 const val APP_NAME = "TiTi" } \ No newline at end of file From b071a91c4915bed6c9b62d1e71eafc160a1fdcdd Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Sun, 5 May 2024 13:38:08 +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 527e29ed..c1422a1e 100644 --- a/release-note.txt +++ b/release-note.txt @@ -1,3 +1,2 @@ -TiTi android dev 1.0.2(23) -- 타이머, 스탑워치 디자인 수정 -- 그래프 디자인 수정 \ No newline at end of file +TiTi android dev 1.0.3(24) +- 세팅 화면 구현 완료 \ No newline at end of file