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

android: property "compileSdkVersion" cannot be found or does not have a numeric value. #753

Open
giovanni-caiazzo opened this issue Oct 16, 2024 · 0 comments

Comments

@giovanni-caiazzo
Copy link

Hi! I'm using the plugin for react-native-nfc-manager and this is my plugin config:

[
     "react-native-nfc-manager",
     {
          "nfcPermission": "The app needs to be able to read NFC tags so that it can start or end employees' turns",
          "includeNdefEntitlement": false
     }
],

If I'm using the plugin, when running npx expo prebuild I get the warning
android: withBuildScriptExtVersion: Cannot set minimum buildscript.ext.compileSdkVersion version because the property "compileSdkVersion" cannot be found or does not have a numeric value..

If I remove the plugin, the warning is gone... However I need the plugin.

Is it possible to fix this annoying warning? It doesn't seem like it is making something break, but it would be nice to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant