Skip to content

Commit

Permalink
Merge pull request #42 from TimerTiTi/release-0.1.2
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
koreatlwls authored Feb 2, 2024
2 parents aa5b8eb + 9d826b5 commit dca8fb7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/com/titi/common/BuildInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object BuildType {

object AppConfig {
const val APP_ID = "com.titi.app"
const val APP_VERSION_NAME = "0.1.1"
const val APP_VERSION_CODE = 2
const val APP_VERSION_NAME = "0.1.2"
const val APP_VERSION_CODE = 3
const val APP_NAME = "TiTi"
}
12 changes: 10 additions & 2 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
TiTi android dev 0.1.1(2)
QA version
TiTi android dev 0.1.2(3)
- [x] 타이머 스탑워치 가로모드 화면
- [x] 측정화면 가로모드 화면
- [x] 측정화면 진입 애니메이션
- [x] 측정한 이후 가로모드 시 측정화면으로 이동됨
- [x] 타이머 스탑워치 원형 클릭 시 시작
- [x] 측정화면 원형 클릭 시 종료
- [x] 배경 색상 화면 가로모드 비활성화
- [x] 바텀 네비게이션 -> 좌측 drawer
- [x] 이상한 패딩

0 comments on commit dca8fb7

Please sign in to comment.