Dimezis / BlurView

Dynamic iOS-like blur of underlying Views for Android
Apache License 2.0
3.48k stars 331 forks source link

Could not find com.github.Dimezis:BlurView:version-2.0.3" #199

Closed RiotGoesWoof closed 3 months ago

RiotGoesWoof commented 1 year ago

Please include: 1) 2.0.3 2) Doesn't Apply. Build issue 3) Added jitpack to build.gradle and added implementation as such: implementation 'com.github.Dimezis:BlurView:version-2.0.3' 4) Build issue

Just get this whenever I try to build. Gradle Sync works alright, Build fails with this error.

image

On Android Studio Dolphin: image

Dimezis commented 1 year ago

I guess you didn't add Jitpack to the list of repos

RiotGoesWoof commented 1 year ago

I think I did unless I'm missing something?

image

Dimezis commented 1 year ago

Just checked, works fine for me. Maybe it was some temporary Jitpack problem?

RiotGoesWoof commented 1 year ago

Just tried again. still no dice.

kaustubhbhagwat commented 6 months ago

I am facing the same issue today

image

I have added Jitpack url as well

image

image