From 6c9279ed192f9d2a68a1a240e08a66954806f42f Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 17 Jun 2020 23:00:43 +0800 Subject: [PATCH] =?UTF-8?q?Demo=20=E6=9B=B4=E6=96=B0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/build.gradle b/demo/build.gradle index f2d4d762..5ba0a275 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation "org.jetbrains.anko:anko:0.10.5" //NSFW鉴黄库 - implementation 'com.github.devzwy:open_nsfw_android:1.3.2' + implementation 'com.github.devzwy:open_nsfw_android:1.3.5' // implementation project(path: ':OpenNSFW') implementation 'pub.devrel:easypermissions:3.0.0'