justasm / DragLinearLayout

Android LinearLayout with drag and drop to reorder.
MIT License
453 stars 121 forks source link

Cannot find anymore library on maven or jitpack - Is there any workaround? #51

Closed GabrieleCalarota closed 8 months ago

GabrieleCalarota commented 8 months ago
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.jmedeisis:draglinearlayout:2.1.1.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/jmedeisis/draglinearlayout/2.1.1/draglinearlayout-2.1.1.pom
       - https://repo.maven.apache.org/maven2/com/jmedeisis/draglinearlayout/2.1.1/draglinearlayout-2.1.1.pom
       - https://jitpack.io/com/jmedeisis/draglinearlayout/2.1.1/draglinearlayout-2.1.1.pom
     Required by:
         project :app
justasm commented 8 months ago

Hey, you're right — the library was published to jcenter, which has been sunset. You should still be able to add jcenter() to your list of repositories. Alternatively, you can copy-paste this library's code into your own project 🙂