diff --git a/OpenNSFW/build.gradle b/OpenNSFW/build.gradle index 614a7bde..2f0faa8b 100644 --- a/OpenNSFW/build.gradle +++ b/OpenNSFW/build.gradle @@ -10,7 +10,7 @@ android { minSdkVersion 16 targetSdkVersion 29 versionCode 1 - versionName "1.0" + versionName "1.3.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" consumerProguardFiles 'consumer-rules.pro' diff --git a/app/build.gradle b/app/build.gradle index ef5e31da..8babbf6d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion 19 targetSdkVersion 28 versionCode 5 - versionName "1.3.0" + versionName "1.3.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -57,7 +57,7 @@ dependencies { implementation 'com.camerakit:jpegkit:0.1.0' // implementation project(path: ':nsfw') // implementation project(path: ':OpenNSFW') - implementation 'com.github.devzwy:open_nsfw_android:1.3.0' + implementation 'com.github.devzwy:open_nsfw_android:1.3.2' implementation 'com.squareup.okhttp3:okhttp:4.7.2' implementation "org.koin:koin-android:2.1.5" diff --git a/demo/build.gradle b/demo/build.gradle index 0a736ef7..a1dfc511 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 19 targetSdkVersion 29 versionCode 1 - versionName "1.3.1" + versionName "1.3.2" multiDexEnabled true testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -83,7 +83,7 @@ dependencies { implementation "org.jetbrains.anko:anko:0.10.5" //NSFW鉴黄库 - implementation 'com.github.devzwy:open_nsfw_android:1.3.1' + implementation 'com.github.devzwy:open_nsfw_android:1.3.2' // implementation project(path: ':OpenNSFW') implementation 'pub.devrel:easypermissions:3.0.0'