From 4fd50bb91b68368a5cd4e22d2e51c8405b3ab712 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 16 May 2019 10:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e5688409..ca0e0185 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,5 +35,5 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' // implementation project(path: ':nsfw') - implementation 'com.github.devzwy:open_nsfw_android:1.1.2' + implementation 'com.github.devzwy:open_nsfw_android:1.2.1' }