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

Spike - Can we remove the need of mandatory extra dependencies #4

Open
ruimendesM opened this issue Jul 22, 2022 · 0 comments
Open

Comments

@ruimendesM
Copy link
Contributor

ruimendesM commented Jul 22, 2022

Problem
Currently an aar file does not include any dependencies on it.
This means that we need to add the following dependencies on the project we are importing (outside of the firebase remote configs one):

    implementation "androidx.core:core-ktx:<version>
    implementation "androidx.preference:preference-ktx:<version>"

Otherwise the app will crash.

Questions to answer
1- Can we remove the need for those 2 libraries?
2- Would publishing this to an actual maven repository fix our problem?

If we can't find a solution
Add to the Readme.md the need for having these two extra libraries.

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

1 participant