Could not resolve com.github.chrisbanes:PhotoView:2.2.0.

implementation 'com.github.chrisbanes:PhotoView:2.2.0' > Could not resolve com.github.chrisbanes:PhotoView:2.2.0. > Could not get resource 'https://jitpack.io/com/github/chrisbanes/PhotoView/2.2.0/PhotoView-2.2.0.pom'. distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip classpath 'com.android.tools.build:gradle:4.2.2' repositories { // maven { url 'https://maven.aliyun.com/repository/public/'} // maven { url 'https://maven.aliyun.com/repository/google/'} // maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'} // maven { url 'https://maven.aliyun.com/repository/central' } // maven{ url 'https://maven.aliyun.com/repository/jcenter'} // google() // jcenter() jcenter() maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' } maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' } maven { url "https://www.jitpack.io" } google() mavenCentral() gradlePluginPortal() } allprojects { repositories { // maven { url 'https://maven.aliyun.com/repository/public/'} // maven { url 'https://maven.aliyun.com/repository/google/'} // maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'} // maven { url 'https://maven.aliyun.com/repository/central' } // maven{ url 'https://maven.aliyun.com/repository/jcenter'} // google() // jcenter() // maven { url "https://jitpack.io" } // maven { url "https://raw.githubusercontent.com/Pgyer/mvn_repo_pgyer/master" } jcenter() maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'https://maven.aliyun.com/nexus/content/repositories/jcenter' } maven { url 'https://maven.aliyun.com/nexus/content/repositories/google' } maven { url "https://www.jitpack.io" } google() mavenCentral() }}

demo 使用 2.2.0解决的
https://www.jitpack.io/com/github/chrisbanes/PhotoView/maven-metadata.xml 

你可能感兴趣的:(github)