-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
settings.gradle:
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven(url= uri("https://jitpack.io"))
}
}
...
build.gardle:
...
dependencies {
..
implementation("com.github.fazelx:selectable-dynamic-table:1.0")
}
Sync Now
Failed to resolve: com.github.fazelx:selectable-dynamic-table:1.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels