Skip to content

Commit

Permalink
Merge pull request #52 from TimerTiTi/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
koreatlwls authored Feb 9, 2024
2 parents d9dedd5 + 0823fee commit 0aa4d87
Show file tree
Hide file tree
Showing 2 changed files with 6 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.4"
const val APP_VERSION_CODE = 5
const val APP_VERSION_NAME = "0.2.0"
const val APP_VERSION_CODE = 6
const val APP_NAME = "TiTi"
}
6 changes: 4 additions & 2 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
TiTi android dev 0.1.4(5)
- 측정 화면 화면 회전 이슈 fix
TiTi android dev 0.2.0(6)
- 로그 화면 구현 (임의의 데이터)
- 가로 화면 수정
- UTC 현재 시간 맞지 않는 이슈


0 comments on commit 0aa4d87

Please sign in to comment.