-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Bump target SDK to 34 #5770
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
Comments
I would like to take this issue. I will upgrade the targetSDK with required changes. |
@rohit9625 It is yours, thanks! 🙂 |
@nicolas-raoul @sivaraam When I checked on the link, specified in the dependency. There was no version that our project was trying to download. Please let me know if this is happening only with me or they have removed that version. |
@rohit9625, circular progress bar library was only available on the jCenter which has been shutdown now. Due to which you are getting this. |
Okay, so should I remove this from the build file? |
There are few layouts which are dependent on it, I am working on the possible fix. |
Hey @nicolas-raoul and @sivaraam, The custom selector functionality requires full access to images but the user might allow partial access. In this situation:-
I tried approach 2, and it worked fine with the selected images. However, the problem is that when the user chooses any photo to upload from the I want to discuss whether should we make use of the new partial access permission or force the user to grant full access to our app(This is easy and does not require significant changes). However, to do this we need to change the implementation of another selector to use Apart from that |
Would you mind trying approach 2? Looking forward to test the PR to see concretely what it entails, thanks a lot! 🙂 |
Permission request should be shown only when needed, in the case of the upload wizard I guess that means when the user clicks |
Google has started nudging us to bump our target SDK to API level 34. We have until August 31. After that we won't be able to publish updates unless we bump our target SDK.
Volunteers are welcome to help us with this. We would specifically need to do the required changes verify our functionality doesn't break as a result of bumping the target SDK.
The text was updated successfully, but these errors were encountered: