解决方法 : "Failed to resolve: com.github.GoodieBag:Pinview:v1.4"



我得到这个警告后,同步gradle,这是我的构建。gradle:

buildscript {
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}

和其他版本。gradle:

dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.firebase:firebase-auth:21.0.1'
implementation 'com.github.GoodieBag:Pinview:v1.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

我能做些什么来解决这个问题?我按照教程在github上实现了pinview,就在这里:

https://github.com/GoodieBag/Pinview

maven { url 'https://jitpack.io' }这一行添加到settings.gradle的库中,而不是build.gradle

相关内容

  • 没有找到相关文章