Browse Source

Bump ImagePicker

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 3 years ago
parent
commit
326526239d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -283,7 +283,7 @@ dependencies {
     implementation "io.noties.markwon:core:$markwonVersion"
 
     //implementation 'com.github.dhaval2404:imagepicker:1.8'
-    implementation 'com.github.tobiaskaminsky:ImagePicker:extraFile-SNAPSHOT'
+    implementation 'com.github.tobiaskaminsky:ImagePicker:1.8.0.2'
     implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0'
 
     implementation 'org.osmdroid:osmdroid-android:6.1.11'