Skip to content

Problem in dependency management #64

@L-BuenoSRP

Description

@L-BuenoSRP

Im with problem in gradle to find the dependency, I was using the dependency like readme shows. I had problem with that, the dependency cant be found in repositories

implementation 'com.github.mmin18:realtimeblurview:1.1.0'

After this I try to use like below, and it works for a while, but now I`m with the same problem to find the dependency.

implementation 'com.github.mmin18:RealtimeBlurView:master-SNAPSHOT'

My repositories:
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://mvnrepository.com/artifact' }
maven { url "https://packagecloud.io/priv/${packageCloudReadToken}/stone/pos-android/maven2" }
}
The error:
Failed to resolve: com.github.mmin18:RealtimeBlurView:master-SNAPSHOT
Show in Project Structure dialog
Affected Modules: app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions