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

app compat levels #1

Open
anders8 opened this issue Jun 28, 2018 · 1 comment
Open

app compat levels #1

anders8 opened this issue Jun 28, 2018 · 1 comment

Comments

@anders8
Copy link

anders8 commented Jun 28, 2018

This library (currently) seems to use appcompat-v7:28.0.0-alpha3, while the released version is 27.1.1.

I'd suggest sticking with non-alpha and non-beta versions, because when adding this, I get this merger issue:

Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0-alpha3] AndroidManifest.xml:22:18-91
is also present at [androidx.core:core:1.0.0-alpha3] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:12:5-71:19 to override.

It's a nice looking library addition that I'd like to use, but I'm not willing to either drop the rest of my app into alpha code to use it, or mes with overrides and potentially have conflicts of a similar nature.

@tommybuonomo
Copy link
Owner

Duplicate of #2

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