- apply from: '../base_lib.gradle'
- android {
- }
- dependencies {
- /*****************************远程第三方库引入*******************************/
- implementation 'com.nineoldandroids:library:2.4.0'
- /*****************************远程第三方库引入*******************************/
- }
|