build.gradle 373 B

1234567891011121314151617181920212223
  1. apply plugin: 'com.android.library'
  2. apply from: '../../common.gradle'
  3. android {
  4. sourceSets {
  5. main {
  6. jniLibs.srcDirs = ['libs']
  7. }
  8. }
  9. }
  10. dependencies {
  11. //implementation 'com.danikula:videocache:2.7.1'
  12. //混音
  13. implementation 'com.github.piasy:AudioMixer:1.0.3'
  14. //转码
  15. api 'com.arthenica:mobile-ffmpeg-full:4.4'
  16. }