-
Notifications
You must be signed in to change notification settings - Fork 6
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
Android 13 migration update compile and target sdk versions to 33 #728
Android 13 migration update compile and target sdk versions to 33 #728
Conversation
@ParaskP7 - Looks like stories-android still has CircleCI checks! |
👋 @ravishanker !
You're right, it looks that the |
@jkmassel was working on these migrations, but we have a lot of repos, so it's most likely an oversight. If this is a blocker, I can try and handle this migration this week. |
@oguzkocer Yes, please. Thank you |
I've moved the lint & unit test tasks to Buildkite in #729. I'm waiting some feedback from the App Infrastructure Team about the installable build, but worst case scenario, we can merge #729 tomorrow and open a separate PR for the installable build. @ravishanker If you can let me know the urgency of this PR, I can take the appropriate action. Thank you! |
Thank you for handling this, @oguzkocer! This is not too urgent and does not need to be merged this week. It can be merged in our next sprint. |
@ravishanker @irfano #729 is merged. You can merge |
add try, catch around MediaMetadataRetriever release
Update targetSdkVersion from 31 to 33
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.
I have requested a minor change. Once it is resolved, we will be ready to merge.
Replace jcenter with mavenCentral and update flipper version with version catalog
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.
I tested the Loop demo app but it isn't going to the next screen after requesting permission. I think the permission code needs to be updated.
It has READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE . Better handle that separately as part of media permissions task |
Remove READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE Add READ_MEDIA_AUDIO, READ_MEDIA_IMAGES and READ_MEDIA_AUDIO
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.
@ravishanker 👋🏻
READ_EXTERNAL_STORAGE
permission still exists in photoeditor
package. But I'm not sure if it's required or not. If you like to investigate it to ensure it won't break anything, you can do it before merging. Otherwise feel free to merge it. I'm approving the PR. It works on WPAndroid app and also on the example.
Replace READ and WRITE to EXTERNAL STORAGE with READ MEDA permissions
Updates compileSdkVersion and targetSdkVersion from 31 to 33 (Android 13)
Internal project thread: pbArwn-5IN-p2
Fixes: #18096
To test