Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
232 stars 57 forks source link

No get 1.8.4 #15

Closed Leeeeerich closed 3 years ago

Leeeeerich commented 3 years ago

I can't get version 1.8.4:

Execution failed for task ':androidApp:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':androidApp:debugCompileClasspath'.
   > Could not find com.github.drjacky:ImagePicker:1.8.4.
     Required by:
         project :androidApp

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Drjacky commented 3 years ago

@Leeeeerich https://mvnrepository.com/artifact/com.github.Drjacky/ImagePicker/1.8.4 https://repo1.maven.org/maven2/com/github/Drjacky/ImagePicker/1.8.4/ https://jitpack.io/#Drjacky/ImagePicker/1.8.4

Please try com.github.Drjacky:ImagePicker:1.8.4 and let me know if it works.