Skip to content

Commit 85b3744

Browse files
committed
chore :: 버전 업데이트
1 parent 70d776d commit 85b3744

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/src/main/play/release-notes/ko-KR/default.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
-
66

77
[ 개선된 점 ]
8-
-
8+
• 디자인 요소를 변경했어요.
99

1010
[ 버그 수정 ]
11-
웹뷰 버그를 수정했어요.
12-
리이슈 버그를 수정했어요.
11+
로그아웃 버그를 수정했어요.
12+
북마크에서 이동이 안되는 버그를 수정했어요.

buildSrc/src/main/kotlin/ProjectProperties.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ object ProjectProperties {
22
const val COMPILE_SDK = 34
33
const val MIN_SDK = 28
44
const val TARGET_SDK = 34
5-
const val VERSION_CODE = 20
6-
const val VERSION_NAME = "2.2.6"
5+
const val VERSION_CODE = 21
6+
const val VERSION_NAME = "2.2.7"
77
const val COMPOSE_COMPILER_EXTENSION = "1.5.6"
88
const val JVM_TARGET = "18"
99
}

0 commit comments

Comments
 (0)