|
|
@ -34,5 +34,6 @@ dependencies { |
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2' |
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2' |
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' |
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' |
|
|
|
implementation project(path: ':nsfw') |
|
|
|
// implementation project(path: ':nsfw') |
|
|
|
|
|
|
|
implementation 'com.github.devzwy:open_nsfw_android:1.1' |
|
|
|
} |
|
|
|
} |
|
|
|