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:support-v4' has different version for the compile (26.1.0) and runtime (27.1.1) classpath. You should manually set the same version via DependencyResolution #6

Open
sgremm opened this issue Dec 18, 2018 · 3 comments

Comments

@sgremm
Copy link

sgremm commented Dec 18, 2018

I'm became the following error

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

@KarimMohamed20
Copy link

my problem in another app

@KarimMohamed20
Copy link

It was my issue but it 's now solved take a look about it
flutter/flutter#25862

@mdowais
Copy link

mdowais commented May 13, 2019

https://developer.android.com/jetpack/androidx/migrate

add the next 2 lines to gradle.properties this will solve the issue

android.useAndroidX=true
android.enableJetifier=true

The Reason is, there are breaking changes in the firebase_core.

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

3 participants