settings.gradle 981 B

1234567891011121314151617181920212223242526272829303132
  1. rootProject.name = "EYuanCommSdk-KTX"
  2. include ':demo'
  3. //include ':library_base'
  4. include ':library_comm'
  5. include ':library_impl'
  6. //include ':library_analytics'
  7. // 渠道库
  8. include ':channel_registry:channel_oppo'
  9. include ':channel_registry:channel_vivo'
  10. include ':channel_registry:channel_huawei'
  11. //include ':channel_registry:channel_huawei2'
  12. // 组件
  13. include ':component:google-auth:play-services-auth'
  14. include ':component:google-auth:play-services-auth-api-phone'
  15. include ':component:google-auth:play-services-auth-base'
  16. include ':component:google-auth:play-services-base'
  17. include ':component:google-auth:play-services-basement'
  18. include ':component:google-auth:play-services-tasks'
  19. include ':component:facebook-auth:facebook-comm'
  20. include ':component:facebook-auth:facebook-core'
  21. include ':component:facebook-auth:facebook-login'
  22. // 自有sdk
  23. include ':module_eyuan:library_eyuan'
  24. include ':module_eyuan:library_hk_language'
  25. //include ':module_eyuan:library_vn_language'