LukasLechnerDev / ClickableAreasImages

An android library which lets you define clickable areas in your images.
Other
97 stars 26 forks source link

Required type: uk.co.senab.photoview.PhotoViewAttacher?? #21

Open anta40 opened 1 year ago

anta40 commented 1 year ago

I have these lines in build.gradle

implementation 'com.github.Lukle:ClickableAreasImages:v0.1'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'

And inside my activity: ClickableAreasImage clickableAreasImage = new ClickableAreasImage(new PhotoViewAttacher(imgSchool), this);

Android Studio pointed me this error: SCR-20230506-swpg

How to fix this?