Skip to content
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 compileSdkVersion to 33 #195

Open
wuan opened this issue Nov 23, 2022 · 2 comments
Open

Update compileSdkVersion to 33 #195

wuan opened this issue Nov 23, 2022 · 2 comments
Labels
good first issue Good for newcomers Tech Debt Technical debt, small improvements to code, libraries

Comments

@wuan
Copy link
Contributor

wuan commented Nov 23, 2022

From the current build we get some warnings:

...
Warning: The plugin permission_handler_android requires Android SDK version 33.
...
Warning: The plugin url_launcher_android requires Android SDK version 33.
...

These should be fixed when updating to compileSdkVersion to 33.

@wuan wuan added the good first issue Good for newcomers label Nov 23, 2022
@donpui
Copy link
Contributor

donpui commented Nov 23, 2022

I have tried some time ago and there were issues with permission on Android, when saving or downloading file. It require more time to look in this change.

@donpui donpui added the Tech Debt Technical debt, small improvements to code, libraries label Dec 16, 2022
@donpui
Copy link
Contributor

donpui commented Jan 26, 2023

Original task: OP 2233.
If Destiny Android app compiled to sdk=33, then I get permission issued if I want to send or receive file

I/flutter (15876): PlatformException(4, Permission to read files not granted, , null)
E/flutter (15876): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(4, Permission to read files not granted, , null)
E/flutter (15876): #0      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:653:7)
E/flutter (15876): #1      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296:18)
E/flutter (15876): <asynchronous suspension>
E/flutter (15876): #2      FutureExtensions.onError.<anonymous closure> (dart:async/future.dart:1014:15)
E/flutter (15876): <asynchronous suspension>
E/flutter (15876):

https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Tech Debt Technical debt, small improvements to code, libraries
Projects
None yet
Development

No branches or pull requests

2 participants