build.gradle 302 B

123456789101112
  1. apply from: '../base_lib.gradle'
  2. android {
  3. }
  4. dependencies {
  5. /*****************************远程第三方库引入*******************************/
  6. implementation 'com.nineoldandroids:library:2.4.0'
  7. /*****************************远程第三方库引入*******************************/
  8. }