We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build failing with the following error:
A problem occurred configuring project ':amazon-cognito-identity-js'.
The SDK Build Tools revision (23.0.1) is too low for project ':amazon-cognito-identity-js'. Minimum required is 25.0.0
The text was updated successfully, but these errors were encountered:
Reference: oblador/react-native-vector-icons#428
Copied this in build.gradle
subprojects { afterEvaluate {project -> if (project.hasProperty("android")) { android { compileSdkVersion 26 buildToolsVersion '26.0.3' } } } }```
Sorry, something went wrong.
No branches or pull requests
Build failing with the following error:
A problem occurred configuring project ':amazon-cognito-identity-js'.
The text was updated successfully, but these errors were encountered: