From 024f8dd2c491f09a6f6d38f13c340d52c8fac6e2 Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Sat, 10 Feb 2024 20:11:25 +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 c6c92063..de3d3fee 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.2.1" - const val APP_VERSION_CODE = 7 + const val APP_VERSION_NAME = "0.2.2" + const val APP_VERSION_CODE = 8 const val APP_NAME = "TiTi" } \ No newline at end of file From 855ce516babb18a42f23b3f2c77b0f8ecf67dd7a Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Sat, 10 Feb 2024 20:12:09 +0900 Subject: [PATCH 2/2] docs : release-note --- release-note.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release-note.txt b/release-note.txt index cd4707d0..9f6426be 100644 --- a/release-note.txt +++ b/release-note.txt @@ -1,5 +1,3 @@ -TiTi android dev 0.2.1(7) -- UTC 이슈 수정 -- 가로 모드 화면 수정 -- 그래프 사이즈 조정 +TiTi android dev 0.2.2(8) +- 로그 화면 color 로직 연결 - 타임 테이블 격자 수정