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