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

:amazon-cognito-identity-js #2

Open
deepakaggarwal7 opened this issue Nov 8, 2018 · 1 comment
Open

:amazon-cognito-identity-js #2

deepakaggarwal7 opened this issue Nov 8, 2018 · 1 comment

Comments

@deepakaggarwal7
Copy link

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

@pratik14
Copy link

pratik14 commented Nov 24, 2018

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'
           }
       }
   }
}```

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

2 participants