settings.gradle 472 B

1234567891011121314
  1. include ':app'
  2. include ':avenginekit'
  3. include ':client'
  4. include ':webrtc'
  5. include ':mars-core-release'
  6. include ':uni-client-module'
  7. //如果不需要对讲功能,请把下面两个ptt的模块关掉,另外还需要到app/build.gradle中把对uni-pttclient-module依赖关掉
  8. include ':pttclient'
  9. include ':uni-pttclient-module'
  10. include ':uni-av-module'
  11. //测试使用,请勿打开
  12. //project(':pttclient').projectDir = new File('../../android-pttclient/pttclient')