android photoview github,Android photoview使用遇到Failed to resolve: com.github.chrisbanes:PhotoView:1.2.
在app的build.gradle添加photoview依赖,photoview图片缩放库implementation'com.github.chrisbanes:PhotoView:1.2.6'但是会出现Error:(70,13)Failedtoresolve:com.github.chrisbanes:PhotoView:1.2.6问题,解决方法:在项目的build.gradle添加如下:ph