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 dependency 'com.android.support:customtabs' has different version for the compile #206

Closed
edy-ap opened this issue Feb 28, 2018 · 6 comments

Comments

@edy-ap
Copy link

edy-ap commented Feb 28, 2018

Error:Execution failed for task ':app:preDebugBuild'.

Android dependency 'com.android.support:customtabs' has different version for the compile (26.1.0) and runtime (27.0.2) classpath. You should manually set the same version via DependencyResolution

@jcesarmobile
Copy link
Member

Which plugin are you using?
Right now Capacitor with take the default version from the plugin.xml and not the one from config.xml/package.json if you have one set.
Capacitor uses 26.1.0 version appcompat. You can change it to 27.0.2 in the app build.gradle, but using 27.x.x will also require to compile using SDK 27.

@mlynch we should make that configurable somehow?

@edy-ap
Copy link
Author

edy-ap commented Mar 6, 2018

I use onesignal plugin

@edy-ap
Copy link
Author

edy-ap commented Mar 6, 2018

I already solved it, it was a problem of versions

@mlynch
Copy link
Contributor

mlynch commented Mar 10, 2018

Was it something you did or we did?

@mlynch mlynch closed this as completed Mar 10, 2018
@devotebest
Copy link

@edy-ap how did you solve?

@summer-zhoujie
Copy link

+1 @edy-ap how did you solve?

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

5 participants