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

Conflicting Packages everywhere #213

Open
Kelsonk opened this issue Dec 9, 2024 · 1 comment
Open

Conflicting Packages everywhere #213

Kelsonk opened this issue Dec 9, 2024 · 1 comment

Comments

@Kelsonk
Copy link

Kelsonk commented Dec 9, 2024

I've been trying to update a game I haven't touched in awhile. Trying to update all the apms with a ton of issues, so I just created a new project entirely.

I installed the Application and Dialog with no issues, but when trying to install Firebase, I get these conflicts.

CONFLICT :: fatal error : found [3] conflicting packages
CONFLICT :: androidx.core
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.10.101 required by: [email protected]
CONFLICT :: com.distriqt.playservices.Base
CONFLICT :: ├── 19.0.0 required by: [email protected]
CONFLICT :: └── 18.2.4 required by: [email protected]
CONFLICT :: com.jetbrains.kotlin
CONFLICT :: ├── 2.0.0 required by: [email protected]
CONFLICT :: └── 1.8.220 required by: [email protected]

Don't know what else to try.

@marchbold
Copy link
Contributor

We going through a major update of all our extensions so some of the most recent releases will be incompatible.

You'll need to install the previous version of Firebase currently to be compatible with the extensions that haven't been updated yet,

To do this:

apm view com.distriqt.Firebase

And find the previous major release, currently 9.0.4, and install that by:

apm install com.distriqt.Firebase 9.0.4

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