diff --git a/gradle.properties b/gradle.properties index 6c1667d..7ae12c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ kotlin.code.style=official GROUP=io.github.ParkSangGwon POM_ARTIFACT_ID=tedimagepicker -VERSION_NAME=1.2.3 +VERSION_NAME=1.2.4 POM_NAME=TedImagePicker POM_PACKAGING=aar diff --git a/tedimagepicker/build.gradle b/tedimagepicker/build.gradle index 7f2a73d..4069f91 100644 --- a/tedimagepicker/build.gradle +++ b/tedimagepicker/build.gradle @@ -46,7 +46,7 @@ dependencies { annotationProcessor deps.glide.annotation implementation 'io.github.ParkSangGwon:tedpermission-rx2:2.3.0' - implementation 'gun0912.ted:tedonactivityresult-rx2:1.0.6' + implementation 'io.github.ParkSangGwon:tedonactivityresult-rx2:1.0.10' implementation 'com.alexvasilkov:gesture-views:2.5.2' }