-
Notifications
You must be signed in to change notification settings - Fork 331
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
Support for Android SDK 33 #265
base: master
Are you sure you want to change the base?
Support for Android SDK 33 #265
Conversation
… READ_EXTERNAL_STORAGE. Requires Target SDK 33 or newer.
Tried this fork, but getting error on building the app, |
@Cap-7 It requires target SDK 33 or newer. This is currently required target SDK for Google Play and it contains those new permissions definitions. |
Hi I am using it in an ionic project, as part of a mail from google play store, i made the targetSdkversion to 33 in my config.xml file, then I found that telerik image picker was not working, thats y i used this fork, then only i am getting this error on taking build. |
@tomaszpaczesny this appears not working, tested in multiple Android devices running Android 13. Any ideas? |
Fixes build issue (compat library dependencies) and permissions issue
#264
Requires target SDK 33 or newer.