diff --git a/FaceDetect/build.gradle b/FaceDetect/build.gradle index 582576e..fd3fec0 100644 --- a/FaceDetect/build.gradle +++ b/FaceDetect/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.android_face_ncnn' android { compileSdkVersion 28