-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
The minCompileSdk (31) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties) is greater than this module's compileSdkVersion (android-30) #327
Comments
you need to set compileSdkVersion = 31 |
Changing to compileSdkVersion=31 will throw the error:
The androidmanifest of this library should add the exported property on the activity so we can compile for sdk 31. |
Hello folks, any pull request is welcome! <3 |
I had the same issue with one of my project. For my part, it was just because i didn't read the installation part of the README.md file.
|
@Ronaldvdh-ISAAC @jdnichollsc submitted a PR to make it compatible with sdk version 31. |
@jdnichollsc could you also make a new release on npm with this fix. We're upgrading to the RN 0.68 which now target sdk 31. |
How can I set the minCompileSdk (31) with Expo ? Thank you |
This is my
|
I am also facing the same issue |
@1mehdifaraji @fullsnack-DEV check this out guys, might be related facebook/react-native#35210 |
Try upgrading your current RN version to the latest version of same version you are using, there seems to be issue with RN since last Friday. For more details, pls check - facebook/react-native#35210 |
regardez plutôt cette vidéo (simple et efficace) et le problème est résolu, voici le lien |
@fullsnack-DEV I am Also facing same issue any solution ? |
I solved the issue by adding this piece of code at the end of dependencies inside android/app/build.gradle : android/app/build.gradle
And this is android/build.gradle
|
@1mehdifaraji Thanks for response, i resolve this issue by change version from 30 to 31 and upgrade some npms ! |
After adding into latest version of react native project (v0.66.4), i am getting below errors :-
My react-native-inappbrowser-reborn version is 3.6.3
My other configurations :-
The text was updated successfully, but these errors were encountered: