diff --git a/health/build.gradle b/health/build.gradle index 186386e..f25e83f 100644 --- a/health/build.gradle +++ b/health/build.gradle @@ -66,12 +66,12 @@ android { repositories { flatDir { - dirs 'libs' + dirs 'libs','../common/libs' } } dependencies { api project(':base') - implementation (name: 'ycbtsdk-release', ext: 'aar') + // implementation (name: 'ycbtsdk-release', ext: 'aar') implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' kapt rely.arouter_compiler diff --git a/health/libs/ycbtsdk-release.aar b/health/libs/ycbtsdk-release.aar deleted file mode 100644 index 3fc9f43..0000000 Binary files a/health/libs/ycbtsdk-release.aar and /dev/null differ