-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
Update OkHttp and bump min SDK to 21 #500
Conversation
1adde95
to
03a3bdf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went through the whole diff and it looks good on my end 👍
- Bump OkHttp to 4.9.0 and replace deprecated methods. - Bump Retrofit to 2.9.0. - Fix Lint issues due to min SDK bump (and some other minor ones). - Remove OkHttp and Retrofit from Dependabot ignore list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Had to check changelogs for OkHttp and Retrofit quite thoroughly, because such version jump is quite scary.
As to next steps - we could consider switching to OkHttp BOM.
Ok, I updated PR with code review fixes and added info about Android 16+ to FAQ. |
📄 Context
This is a consequence of updating OkHttp that is planned for Chucker
4.x
.📝 Changes
🚫 Breaking
Yes, min SDK is higher and Java 8 support is needed, but this is expected.
🛠️ How to test
Not sure. Run the app and check it? Otherwise let the CI do its job.
⏱️ Next steps
Maybe enable Lint checks on GH Actions?