@ -27,12 +27,6 @@ android {
aaptOptions {
aaptOptions {
noCompress "tflite"
noCompress "tflite"
}
}
// sourceSets {
// main {
// jniLibs . srcDirs = [ 'libs' ]
// assets . srcDir ( "main/assets" )
// }
// }
}
}
dependencies {
dependencies {
@ -48,6 +42,6 @@ dependencies {
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.3'
implementation project ( path: ':nsfw' )
// implementation project ( path: ':nsfw' )
// implementation 'com.github.devzwy:open_nsfw_android:1.2.4 '
implementation 'com.github.devzwy:open_nsfw_android:1.2.5 '
}
}