Skip to content

Commit

Permalink
Merge pull request #46 from TimerTiTi/release-0.1.3
Browse files Browse the repository at this point in the history
Release 0.1.3
  • Loading branch information
koreatlwls authored Feb 4, 2024
2 parents b021d98 + 1dd755c commit a444f3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 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.2"
const val APP_VERSION_CODE = 3
const val APP_VERSION_NAME = "0.1.3"
const val APP_VERSION_CODE = 4
const val APP_NAME = "TiTi"
}
14 changes: 4 additions & 10 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
TiTi android dev 0.1.2(3)
- [x] 타이머 스탑워치 가로모드 화면
- [x] 측정화면 가로모드 화면
- [x] 측정화면 진입 애니메이션
- [x] 측정한 이후 가로모드 시 측정화면으로 이동됨
- [x] 타이머 스탑워치 원형 클릭 시 시작
- [x] 측정화면 원형 클릭 시 종료
- [x] 배경 색상 화면 가로모드 비활성화
- [x] 바텀 네비게이션 -> 좌측 drawer
- [x] 이상한 패딩
TiTi android dev 0.1.3(4)
- 화면 전환 이슈 처리
- Notification 클릭 이벤트 달기


0 comments on commit a444f3d

Please sign in to comment.