ppamorim/Dragger

Error:Could not find com.github.ppamorim:dragger:1.2.

zeshaoaaa opened this issue · 4 comments

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" }
}

did you solve this ?

@mozi22 I solved it. But I forget the solution, sorry. Then I meeting next issue is when my activity dragging, the activity have a white background. But the activity background is @null.

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" }

@Grohden Thanks for your help. I'm closing this issue.