1234567891011121314151617181920212223242526272829303132 |
- rootProject.name = "EYuanCommSdk-KTX"
- include ':demo'
- //include ':library_base'
- include ':library_comm'
- include ':library_impl'
- //include ':library_analytics'
- // 渠道库
- include ':channel_registry:channel_oppo'
- include ':channel_registry:channel_vivo'
- //include ':channel_registry:channel_huawei'
- include ':channel_registry:channel_huawei2'
- // 组件
- include ':component:google-auth:play-services-auth'
- include ':component:google-auth:play-services-auth-api-phone'
- include ':component:google-auth:play-services-auth-base'
- include ':component:google-auth:play-services-base'
- include ':component:google-auth:play-services-basement'
- include ':component:google-auth:play-services-tasks'
- include ':component:facebook-auth:facebook-comm'
- include ':component:facebook-auth:facebook-core'
- include ':component:facebook-auth:facebook-login'
- // 自有sdk
- include ':module_eyuan:library_eyuan'
- include ':module_eyuan:library_hk_language'
- include ':module_eyuan:library_vn_language'
|