|
|
@ -1,9 +1,13 @@ |
|
|
|
apply plugin: 'com.android.library' |
|
|
|
|
|
|
|
android { |
|
|
|
namespace 'com.baidu.idl.main.facesdk' |
|
|
|
compileSdkVersion 29 |
|
|
|
// buildToolsVersion '26.0.2' |
|
|
|
buildToolsVersion '35.0.0' |
|
|
|
publishNonDefault true |
|
|
|
buildFeatures { |
|
|
|
buildConfig true |
|
|
|
} |
|
|
|
defaultConfig { |
|
|
|
minSdkVersion 16 |
|
|
|
targetSdkVersion 29 |
|
|
@ -44,13 +48,12 @@ android { |
|
|
|
} |
|
|
|
|
|
|
|
dependencies { |
|
|
|
implementation files('libs/liantian.jar') |
|
|
|
compile fileTree(include: ['*.jar'], dir: 'libs') |
|
|
|
api files('libs/liantian.jar') |
|
|
|
api fileTree(include: ['*.jar'], dir: 'libs') |
|
|
|
// implementation 'org.jetbrains:annotations-java5:15.0' |
|
|
|
// implementation ('org.jetbrains:annotations-java5:15.0'){ |
|
|
|
// exclude module: 'org.intellij.lang.annotations' |
|
|
|
// } |
|
|
|
compile files('libs/orbbec_module-debug.aar') |
|
|
|
implementation files('libs/FaceSDK-3568-3.1.jar') |
|
|
|
implementation files('libs/bd_unifylicense.jar') |
|
|
|
|
|
|
|