| | |
| | | ndk { |
| | | moduleName "facesdk" |
| | | ldLibs "log" |
| | | abiFilters "armeabi-v7a","x86" // "armeabi", "x86", "arm64-v8a" |
| | | abiFilters "arm64-v8a" |
| | | } |
| | | multiDexEnabled true |
| | | } |
| | |
| | | implementation project(path: ':settinglibrary') |
| | | implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
| | | implementation files('libs\\simple-xml-2.7.1.jar') |
| | | implementation files('libs\\myservice_20240630.jar') |
| | | testImplementation deps.test.junit |
| | | androidTestImplementation deps.test.ext_junit |
| | | androidTestImplementation deps.test.test_espresso |
| | |
| | | implementation 'com.bigkoo:convenientbanner:2.0.5' |
| | | //头像 |
| | | implementation 'de.hdodenhof:circleimageview:3.1.0' |
| | | |
| | | } |