repositories{
  jcenter()
  flatDir {
      dirs 'libs'
   }
}

dependencies {
    api (name:"shanyan_sdk_v2.3.2.1",ext: 'aar')
}

android {
  packagingOptions {
    exclude 'META-INF/NOTICE'
    exclude 'META-INF/LICENSE'
  }
}
