vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

Failed to resolve: roundedimageview #209

Closed xinnuo closed 4 years ago

xinnuo commented 6 years ago

When using this library,AS3.1 displays error messages Failed to resolve: roundedimageview

W-quan commented 6 years ago

+1

zpliang94 commented 6 years ago

+1

W-quan commented 6 years ago
  jcenter()
  mavenCentral()

to

  mavenCentral()
  jcenter()
xinnuo commented 6 years ago

it works!

UnateD commented 6 years ago

Still Failed to resolve: roundedimageview even with

mavenCentral() jcenter()

xinnuo commented 6 years ago

maven { url "https://jitpack.io" } 加上这句