Skip to content

Commit

Permalink
优化模型支持GPU加速
Browse files Browse the repository at this point in the history
  • Loading branch information
devzwy committed Jun 9, 2020
1 parent 7d3a1fe commit a376c61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenNSFW/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit a376c61

Please sign in to comment.