-
Notifications
You must be signed in to change notification settings - Fork 117
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 kotlin and other libraries and fix the code #982
Conversation
Hi @planarvoid, thanks for the changes. I think it can be a little risky upgrading to |
👋 @planarvoid @danilo04 ! Thank you both on working on this PR.
FYI: @AjeshRPai and @fluiddot recently helped with the I am not sure why PS: Also, I think now is a good time to extract all those references of |
@danilo04 good point, I'd like to note that we already upgraded compile and target sdk version to Android API 31 in Gutenberg (PR reference). Hence, I don't foresee potential conflicts due to this change. In any case, I'd advocate to do a double-check just in case.
@ParaskP7 good point, I'm not sure either why the
@planarvoid Yep, I'm also voting in favor of the upgrade. Let me know when the PR is ready to be tested, and I'll spare some time to test it in Gutenberg to confirm there's no breakage with the changes. |
Hi @ParaskP7 @fluiddot. Good to know Gutenberg upgraded to Android 31 🎉 ! I think we just have to resolve the conflicts and also generate a new release build from @planarvoid let me know if you have time to make the changes. |
🥇
Yeap, I am not sure as well, maybe it was an oversight. 🤔 Cc @AjeshRPai PS: To my knowledge and although it is (kind of) okay to have
🥇
Since this PR is also about |
Yep, it was. During the migration, I missed this. My Bad.
Yeah, I completely agree.
I also vote for this suggestion as it would make it easier in the future to manage the versions. |
👋 @planarvoid ! I guess this PR can be now closed and we could (potentially) create another separate PR to update Are there any other major changes in this PR that weren't already included within these below PRs already, that is, apart from the |
👋 @planarvoid @danilo04 ! As per my comment above, let's consider closing this PR for now. Wdyt? 🤔 |
We agree @ParaskP7. Closing the PR. |
In this PR I'm updating the core libraries and fixing code after the changes. I don't think there are any breaking changes except of what I fixed. I've run all the tests and tested the app as well and I think it works well. Let me know if You'd like me to split the PR into multiple PRs.
Test
Review
@danilo04
Make sure strings will be translated:
strings.xml
as a part of the integration PR.