[Fix]: 온보딩 종료 로직 보완 및 Retrofit ProGuard 규칙 추가** - #152
Merged
Conversation
온보딩 과정에서 권한 요청 이후 화면 전환이 누락된 문제를 수정하고, 향후 코드 난독화 적용에 대비하여 Retrofit 관련 ProGuard 예외 규칙을 구성합니다. - `OnboardingRoute`: 권한 요청 결과 수신(`permissionLauncher`) 시 `onFinish()`를 호출하여 다음 단계로 진입하도록 로직 수정 - `OnboardingRoute`: Android 13(Tiramisu) 미만 버전에서 알림 권한 요청 사이드 이펙트 발생 시 즉시 `onFinish()`가 호출되도록 예외 처리 추가 - `app/build.gradle.kts`: 릴리스 설정에서 `isMinifyEnabled` 및 `isShrinkResources`를 `false`로 변경 - `proguard-rules.pro`: Retrofit 인터페이스, `@retrofit2.http` 어노테이션이 붙은 메서드, suspend 함수 반환 타입 및 제네릭 타입(`Response`, `Call`, `Continuation`) 유지를 위한 규칙 추가
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
온보딩 과정에서 권한 요청 이후 화면 전환이 누락된 문제를 수정하고, 향후 코드 난독화 적용에 대비하여 Retrofit 관련 ProGuard 예외 규칙을 구성합니다.
OnboardingRoute: 권한 요청 결과 수신(permissionLauncher) 시onFinish()를 호출하여 다음 단계로 진입하도록 로직 수정OnboardingRoute: Android 13(Tiramisu) 미만 버전에서 알림 권한 요청 사이드 이펙트 발생 시 즉시onFinish()가 호출되도록 예외 처리 추가app/build.gradle.kts: 릴리스 설정에서isMinifyEnabled및isShrinkResources를false로 변경proguard-rules.pro: Retrofit 인터페이스,@retrofit2.http어노테이션이 붙은 메서드, suspend 함수 반환 타입 및 제네릭 타입(Response,Call,Continuation) 유지를 위한 규칙 추가관련 이슈
작업 내용
변경사항 / 상세
중점 리뷰사항
스크린샷 (선택)