-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
[3.x] Update Android dependencies for the project #87588
[3.x] Update Android dependencies for the project #87588
Conversation
- Update Java version from 11 to 17 - Update Android gradle plugin version from 7.2.1 to 8.2.0 - Update gradle version from 7.4.2 to 8.2 - Update target SDK from 33 to 34 - Update build tools version from 33.0.2 to 34.0.0 - Update kotlin version from 1.7.0 to 1.9.20 - Update Android fragment version from 1.3.6 to 1.6.2 - Update AndroidX window version from 1.0.0 to 1.2.0 - Update Nexus plugin version from 1.1.0 to 1.3.0
a945bf3
to
eba77be
Compare
Looks fine to me but I am far from Android expert. 👍 |
I performed a similar round of testing as for #86383, and didn't uncover any regressions. |
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.
Leaving @akien-mga to do final check.
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 great!
Thanks! |
Manual cherry-pick from #87346, #83515, #84674 and #86383 to the
3.x
branch.java
version and prints out an error if it doesn't match the target versionFixes #87072 for the
3.x
branchNotes:
android.enableResourceOptimizations
was pushed to AGP version 9+. I have a few ideas for how to deal with this when it's fully deprecated but this will require follow-up discussions.