其他分享
首页 > 其他分享> > ERROR: Failed to resolve: com.github.LuckSiege.PictureSelector:picture_library:v2.6.0

ERROR: Failed to resolve: com.github.LuckSiege.PictureSelector:picture_library:v2.6.0

作者:互联网

在这里插入图片描述
忘记写第二个了,来指定仓库地址:

allprojects {
   repositories {
      jcenter()
      maven { url 'https://jitpack.io' }
   }
}

放置再gradleandroid括号中。然后,指定minsdk为20即可。

标签:picture,github,20,LuckSiege,指定,library,Failed,io,jitpack
来源: https://blog.csdn.net/qq_26460841/article/details/115257054