From ed596ab73357c33c2ca8e668da5e2a00c87d8b01 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 24 May 2019 14:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=87=87=E6=A0=B7=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E4=B8=AD=E7=9A=84=E6=B0=B4=E5=B9=B3=E6=97=8B=E8=BD=AC?= =?UTF-8?q?=E3=80=81=E7=A7=BB=E9=99=A4opencv=E5=BA=93,=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=EF=BC=9Ahttps://github.com/devzwy/open=5Fnsfw=5Fandroid/issues?= =?UTF-8?q?/4#issuecomment-494745262?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }