-
Notifications
You must be signed in to change notification settings - Fork 58
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
Test build fails on react-native@0.74 due to minSdkVersion 21 #802
Comments
Same here. The build fails after upgrading to Expo SDK 51. I have the exact same error. |
Any progress on this issue? I seems like it's the only thing left blocking our update to |
IMO, those are the only changes that you need to make. I'm currently using a fork of this library with those changes. I'm not sure if a PR for that would be considered since it might be a breaking change for the apps that target a lower SDK version. |
Given that |
Cool. A PR should do the job then. |
react-native@0.74
bumped the minSdkVersion to 23 (see release notes)This library is still using minSdkVersion 21 as seen in:
menu/android/gradle.properties
Line 2 in 5f47a7f
menu/android/build.gradle
Line 59 in 5f47a7f
Build error:
The text was updated successfully, but these errors were encountered: