Open MauricioMej opened 3 months ago
Hello, This may be an issue with your gradle configuration. I suggest either attempting to declare the dependency in your build.gradle and to ensure that your project has mavenCentral properly configured as a repository
@MauricioMej did you manage to resolve it?
Not yet, I tried to import the dependency separately, but it still gives me an error.
version com.auth0.android:guardian:0.6.0
seems to work without this issue.
I have the same problem as @MauricioMej, I may have found a solution but it would need to add a new dependency.
The bug has been present since version 0.7
of this package when okhttp-bom:4.10
has been added.
Is it possible to add implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
in the dependencies. 4.12
is the latest but I supposed 4.10
should be good
I have the same problem as @MauricioMej, I may have found a solution but it would need to add a new dependency.
The bug has been present since version
0.7
of this package whenokhttp-bom:4.10
has been added.Is it possible to add
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
in the dependencies.4.12
is the latest but I supposed4.10
should be good
I tried to add the dependency to every single module that using auth0, but still gets the issue
Did you try to fork this package and replace implementation("com.squareup.okhttp3:okhttp-bom:4.10.0")
by what I suggest?
It's not working on my side either but it's the only thing I have in mind that could fix the issue.
Did you try to run your project with the same Gradle version as this package?
Description
implementation 'com.squareup.okhttp3:okhttp-bom:4.10.0'
Reproduction of issue
And i import the Guardian SDK
build.gradle
Environment