Skip to content
This repository was archived by the owner on Apr 8, 2023. It is now read-only.

Commit a376c61

Browse files
committed
优化模型支持GPU加速
1 parent 7d3a1fe commit a376c61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OpenNSFW/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 16
1111
targetSdkVersion 29
1212
versionCode 1
13-
versionName "1.0"
13+
versionName "1.3.2"
1414

1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles 'consumer-rules.pro'

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 19
1212
targetSdkVersion 28
1313
versionCode 5
14-
versionName "1.3.0"
14+
versionName "1.3.2"
1515
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {
@@ -57,7 +57,7 @@ dependencies {
5757
implementation 'com.camerakit:jpegkit:0.1.0'
5858
// implementation project(path: ':nsfw')
5959
// implementation project(path: ':OpenNSFW')
60-
implementation 'com.github.devzwy:open_nsfw_android:1.3.0'
60+
implementation 'com.github.devzwy:open_nsfw_android:1.3.2'
6161

6262
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
6363
implementation "org.koin:koin-android:2.1.5"

demo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdkVersion 19
1313
targetSdkVersion 29
1414
versionCode 1
15-
versionName "1.3.1"
15+
versionName "1.3.2"
1616
multiDexEnabled true
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
}
@@ -83,7 +83,7 @@ dependencies {
8383
implementation "org.jetbrains.anko:anko:0.10.5"
8484

8585
//NSFW鉴黄库
86-
implementation 'com.github.devzwy:open_nsfw_android:1.3.1'
86+
implementation 'com.github.devzwy:open_nsfw_android:1.3.2'
8787
// implementation project(path: ':OpenNSFW')
8888
implementation 'pub.devrel:easypermissions:3.0.0'
8989

0 commit comments

Comments
 (0)