Skip to content

Where can I configure the version appcompat-v7:26.1.0 to my current version 23.0.1? #307

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

Closed
chaolei opened this issue Sep 27, 2018 · 1 comment · Fixed by #328
Closed

Comments

@chaolei
Copy link

chaolei commented Sep 27, 2018

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApk'.
A problem occurred configuring project ':react-native-splash-screen'.
> Could not resolve all dependencies for configuration ':react-native-splash-screen:_debugPublishCopy'.
> Could not find com.android.support:appcompat-v7:26.1.0.

@wjuniorw
Copy link

wjuniorw commented Dec 6, 2018

i solve this by downgrade version on /node_modules/react-native-splash-screen/android/build.gradle

from compile com.android.support:appcompat-v7:26.1.0
to compile "com.android.support:appcompat-v7:23.0.1"

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

Successfully merging a pull request may close this issue.

2 participants