Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

전반적인 라이브러리 버전 최신화 #63

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

nohjunh
Copy link
Member

@nohjunh nohjunh commented Feb 11, 2025

  • activityCompose : PickVisualMedia를 현재 사용 중이고, OEM 또는 구형 기기에서의 동작 개선이 있어 버전업 진행
    • 알아두면 좋을 점은 LocalActivity Composition Local이 추가되어 LocalContext에서 Activity를 가져올 필요 없어졌습니다. (LocalActivity.current로 참조 가능)
  • androidxComposeFoundation : 저희가 직접 사용하는 곳의 API 변경사항은 없고, 버그픽스 사항만 있어 버전업 진행
  • androidxNavigation : 버그픽스가 주된 내용
  • androidxDataStore : 버그픽스가 주된 내용.
    • 그 중 Improve warm read latency (DataStore.data.first()) by 8x. ([22b8a40] 커밋이 인상적임
  • composeBom : 1.7.6 -> 1.7.7로의 마이너 버전업

@nohjunh nohjunh changed the title chore : update library versions 전반적인 라이브러리 버전업 Feb 11, 2025
@nohjunh nohjunh changed the title 전반적인 라이브러리 버전업 전반적인 라이브러리 버전 최신화 Feb 11, 2025
@nohjunh nohjunh self-assigned this Feb 11, 2025
Copy link
Member

@murjune murjune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

업데이트 내용, 잘 정리해주셔서 감사합니다!!

  • LocalActivity.current 이게 드디어 나왔네요 ㅋㅋㅋ
  • DataStore 도 응답 반환 속도가 엄청 빨라졌군요 ㄷㄷ 코드가 재밌어보여 남겨만 놓을게용!

https://android.googlesource.com/platform/frameworks/support/+/22b8a401e8867d1689f9fc0d2a696636fb2e6c74%5E%21/#F0

@nohjunh nohjunh merged commit 6045339 into develop Feb 11, 2025
1 check passed
@nohjunh nohjunh deleted the chore/library-version-up branch February 11, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants