Error:Could not find com.github.ppamorim:dragger:1.2.
zeshaoaaa opened this issue · 4 comments
zeshaoaaa commented
Below code is repositories of my build.gradle(project)
repositories {
maven { url "https://jitpack.io" }
mavenCentral()
jcenter()
maven { url 'http://ksoap2-android.googlecode.com/svn/m2-repo' } // <-- added for ksoap
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
mozi22 commented
did you solve this ?
zeshaoaaa commented
Grohden commented
2 years late, but you should put maven central (and probably others) above the urls.
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url 'http://ksoap2-android.googlecode.com/svn/m2-repo' } // <-- added for ksoap
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }