Skip to content

Commit

Permalink
feat: 버전 업그레이드 및 출시노트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Dec 14, 2023
1 parent 0d58543 commit 9e3d6c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "app.priceguard"
minSdk = 29
targetSdk = 34
versionCode = 6
versionName = "0.3.2"
versionCode = 7
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
15 changes: 9 additions & 6 deletions android/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
December 12, 2023
v0.3.2
December 14, 2023
v1.0.0

🚀 Feature Updates

- 앱이 Foreground에 있어도 알림이 오게끔 지원


🔧 Bug Fixes

- 공유하기로 상품 등록 완료 후 앱이 꺼지는 현상 수정
- 상품 중복 등록 시 홈 화면으로 돌아가도록 수정
- 상품 수정 시 상세화면으로 돌아가도록 수정
- 시작화면, 로그인 화면에서 글씨 크기 초과 시 텍스트 크기 자동 조정
- 목표 가격 설정 범위가 0~999999999 사이에서 설정되도록 수정
- 상품 상세 페이지 제목 최대 줄 수를 3줄로 변경

0 comments on commit 9e3d6c0

Please sign in to comment.