|
|
|
@ -14,7 +14,7 @@ android { |
|
|
|
|
versionName "1.0" |
|
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
|
|
ndk { |
|
|
|
|
abiFilters 'armeabi-v7a' |
|
|
|
|
abiFilters 'armeabi-v7a','x86_64' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
buildTypes { |
|
|
|
@ -45,6 +45,6 @@ dependencies { |
|
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2' |
|
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' |
|
|
|
|
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30' |
|
|
|
|
implementation project(path: ':nsfw') |
|
|
|
|
// implementation 'com.github.devzwy:open_nsfw_android:1.2.3' |
|
|
|
|
// implementation project(path: ':nsfw') |
|
|
|
|
implementation 'com.github.devzwy:open_nsfw_android:1.2.4' |
|
|
|
|
} |
|
|
|
|