-
Notifications
You must be signed in to change notification settings - Fork 360
Description
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