diff --git a/app/build.gradle b/app/build.gradle index 9b4b3bc0..9e8f6269 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,6 +38,6 @@ dependencies { implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30' implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3' - implementation project(path: ':nsfw') -// implementation 'com.github.devzwy:open_nsfw_android:1.2.5' +// implementation project(path: ':nsfw') + implementation 'com.github.devzwy:open_nsfw_android:1.2.6' }