-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, I'm facing issue.
I'm trying to add the following dependency to my project:
implementation("com.github.Nishant-Pathak:MathView:v1.2")
However, the dependency is not being resolved, and I'm unable to use MathView in my layout.
I've also added the JitPack repository in my settings.gradle.kts file like this:
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven(url = "https://jitpack.io/")
}
}
Despite this, the library is not added to my project. Could you please check if the dependency is still available or if there is a problem with the release?
Metadata
Metadata
Assignees
Labels
No labels